Dockerized Ansible
- https://hub.docker.com/r/elnebuloso/ansible
- https://hub.docker.com/r/elnebuloso/ansible/tags
- weekly builds, 0 0 * * 0
Ansible is the simplest way to automate apps and IT infrastructure.
Application Deployment + Configuration Management + Continuous Delivery.
docker-compose pull
docker-compose up --build --remove-orphans --force-recreate -d
docker-compose run ansible --version
docker-compose run ansible ansible-playbook -i 'localhost,' -c local /etc/ansible/roles/demo-role/tests/test.yml
docker-compose down --remove-orphans