Skip to content

elnebuloso/docker-ansible

Repository files navigation

docker-ansible

Release Docker Pulls GitHub

Dockerized Ansible

github

docker

about

Ansible is the simplest way to automate apps and IT infrastructure.

Application Deployment + Configuration Management + Continuous Delivery.

development

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