Image containing an up-to-date version of Ansible
100K+
The goal of this project is to provide an up-to-date version of Ansible that people can run in a (Docker) container.
This project was created for spantaleev/matrix-docker-ansible-deploy (see Using Ansible via Docker).
cd /some/ansible-project
docker run -it --rm \
-w /work \
-v `pwd`:/work \
-v $HOME/.ssh/id_rsa:/root/.ssh/id_rsa:ro \
--entrypoint=/bin/sh \
devture/ansible:latest
You can execute ansible-playbook commands as per normal now.
Content type
Image
Digest
sha256:8c35ea1a2…
Size
102 MB
Last updated
over 1 year ago
docker pull devture/ansible