Ansible is a radically simple automation framework
881
A docker container for executing Ansible playbooks
This is a small (Alpine based) docker container with the minimum required to run Ansible against a number of different cloud providers.
docker run -it --rm -v $PWD:/ansible sierrasoftworks/ansible-docker ansible-playbook -i hosts deploy.yml
Content type
Image
Digest
Size
85.9 MB
Last updated
over 8 years ago
docker pull sierrasoftworks/ansible-docker