Sign inSign up

scakkia/docker-ansible

By scakkia

•Updated over 4 years ago

Run Ansible into docker

Image
0

438

scakkia/docker-ansible repository overview

⁠docker-ansible

To run Ansible into docker

⁠example

Put lines like the following into your .bash_profile file:

export TAG='dev'

alias ansible-playbook='docker run --rm -it -v $(pwd):/etc/ansible -v $HOME/.ssh:/root/.ssh -v $HOME/.aws/:/root/.aws -v /var/run/docker.sock:/var/run/docker.sock --entrypoint=ansible-playbook scakkia/ansible:$TAG'

Tag summary

Content type

Image

Digest

Size

110.3 MB

Last updated

about 8 years ago

docker pull scakkia/docker-ansible