Skip to content

rayou/docker-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

docker-ansible

Docker image of ansible.

Repository name in Docker Hub: rayou/ansible

Repository name in Github: rayou/docker-ansible

Build

$ docker build --build-arg VERSION=$ANSIBLE_VERSION -t ansible .
# docker build --build-arg VERSION=2.7.6 -t ansible .

Usage

Run ansible directly

$ docker run --rm -it --entrypoint=/usr/local/bin/ansible rayou/ansible:latest --help

Run ansible-playbook directly

$ docker run --rm -it rayou/ansible:latest --help

Run shell

$ docker run --rm -it --entrypoint=/bin/sh rayou/ansible:latest

Contributing

PRs are welcome.

Author

Ray Ou - yuhung.ou@live.com

Support this project

Buy Me A Coffee

License

MIT.

Releases

No releases published

Packages

No packages published