Skip to content

shokohsc/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible binary inside a container

How to use ?

$> docker run \
--rm \
-ti \
-v /path/to/.ssh/id_rsa:/root/.ssh/id_rsa:ro \
-v $(pwd):/app \
-w=/app \
shokohsc/ansible -i inventory -K playbook.yml

About

ansible from inside a container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published