https://github.com/koep/dockerfiles/blob/master/ansible/Dockerfile
docker run --rm \
-it \
-v ${PWD}/hosts:/etc/ansible/hosts \
-v ${PWD}/ansible.cfg:/etc/ansible/ansible.cfg \
-v ${HOME}/.ssh:/root/.ssh:ro \
ansible all -m ping
Content type
-
Digest
Size
173 MB
Last updated
about 8 years ago
docker pull s3than/ansible