Sign inSign up

rayou/ansible

By rayou

Updated over 5 years ago

Docker image of ansible

Image
1

9.4K

rayou/ansible repository overview

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 - [email protected]

Support this project

License

MIT.

Tag summary

Content type

Image

Digest

Size

25.8 MB

Last updated

over 5 years ago

docker pull rayou/ansible