Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.09 KB

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