Skip to content

jcassee/docker-ansible

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Docker Ansible image

This project contains a Docker image for running Ansible 2.0 on Ubuntu 14.04.

Usage

Mount the directory containing your playbooks at /ansible. By default, the container will run the site.yml playbook. This can be changed using the ANSIBLE_PLAYBOOK environment variable.

docker run -v $PWD:/ansible:ro -e ANSIBLE_PLAYBOOK=playbook.yml goabout/ansible

About

Docker image for Ansible 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published