Sign inSign up

s3than/ansible

By s3than

Updated about 8 years ago

Alpine Ansible

Image
0

1.4K

s3than/ansible repository overview

https://github.com/koep/dockerfiles/blob/master/ansible/Dockerfile

https://www.ansible.com/

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

Tag summary

Content type

-

Digest

Size

173 MB

Last updated

about 8 years ago

docker pull s3than/ansible