Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.07 KB

Ansible Docker Image

! ! ! ! !

You can find this image in the link below.

https://hub.docker.com/r/raffaeldutra/docker-ansible

What does Ansible do?

Ansible is an open source software that automates software provisioning, configuration management, and application deployment. Ansible connects via SSH, remote PowerShell or via other remote APIs.

How to build this image?

docker build -t raffaeldutra/docker-ansible-<version> <version>/alpine

Example:

docker build -t raffaeldutra/docker-ansible-2.9 2.9/alpine

How to run it?

docker run --rm \
-v $(pwd):/root \
raffaeldutra/docker-ansible-<version> ansible-playbook -i inventory/hosts playbook.yml