8000 GitHub - siso/ansible-in-docker: Run Ansible in Docker container
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

siso/ansible-in-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible in Docker

Build Docker container to run Ansible in.

Quick-start

Run Ansible-in-Docker container:

./runme.sh

Run ansible and ansible-playbook as usual.

Build

Build Docker image:

docker build -t siso/ansible:0.2 .

FAQ

Why bindfs

SSH requires that keys belongs to the same user running it, bindfs leverages fuse to bind ~/.ssh of the user running docker to /root/.ssh inside the container.

Pass params to docker

Pass Docker extra params with ./runme.sh -v /path/to/stuff:/stuff

License

This project is released under GNU GENERAL PUBLIC LICENSE Version 3.

About

Run Ansible in Docker container

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0