.drone.yml | ||
Dockerfile.alpine-3 | ||
Dockerfile.debian-8 | ||
Dockerfile.fedora-24 | ||
Dockerfile.ubuntu-16.04 | ||
README.md |
ansible
A docker image for running and testing ansible playbooks
Available with four image tags:
- ubuntu-16.04
- debian-8
- fedora-24
- alpine-3
run ansible-controller
docker run -it --rm \
-v /path/to/site/:/site \
-v /path/to/ansible-user-ssh/:/root/.ssh:ro \
--tmpfs /root/.ansible \
registry.chmuul.net/ansible:alpine-3 \
ansible-playbook site.yml
Note: /root/.ansible must not be an overlayfs, otherwise ssh accelerate won't work.
todo
Publish ansible images to docker hub