Container is intended to manage AWS deployments with Ansible and Serverless
335
A simple containerized Ansible environment with serverless (https://serverless.com/) to support AWS deployments.
There are several mountpoints allowing you to customize the container:
/ansible - The working directory for Ansible. Mount your Playbooks, Roles, etc. here/ansible-support/ssh_key - The key file used for SSH connections/ansible-support/vault_key - Got a vault key? Mount it hereTo enable the vault key you need to add the following parameter to the
docker run command:
-e ANSIBLE_VAULT_PASSWORD_FILE=/ansible-support/vault_key
Content type
Image
Digest
Size
88.2 MB
Last updated
over 8 years ago
docker pull hypoport/docker-ansible-aws