Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 807 Bytes

File metadata and controls

21 lines (17 loc) · 807 Bytes

Docker Ansible Image

Docker Build Status Docker Pulls Status

Run without any helper scripts

docker run -it ismailmarmoush/ansible-docker bash
docker run -it ismailmarmoush/ansible-docker <any other command>

Run with helper script

# Default of ssh_dir is  ~/.ssh
# Default of network is nothing usually when you're talking to remote hosts not on your machine
./main.sh run ssh_dir=./myspecial_ssh
./main.sh run network=private_network

Note

quick-ansible.sh was removed for simplicity reasons