Skip to content

weldpua2008/docker-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dockeri.co Docker Pulls Docker Stars GitHub issues GitHub forks GitHub stars GitHub license Github Releases (by Release)

docker-ansible

These are base docker images that include Ansible versions:

  • 2.0.1.0 Ansible 2.0.1.0 Build Status
  • 1.9.4 Ansible 1.9.4 Build Status
  • 1.9.3 Ansible 1.9.3 Build Status
  • 1.9.2 Ansible 1.9.2 Build Status

The following OS are aviable

Obtaining these Images from DockerHub

Ansible, Inc content on DockerHub lives at https://hub.docker.com/r/weldpua2008/docker-ansible/

There are images available currently for CentOS and Ubuntu, using both the latest stable version of Ansible.

Selecting Versions of Ansible

The DockerFile shown above selected the CentOS tag of Ansible's Docker images. The first line of the DockerFile can be changed to select another base operating system or Ansible version should you wish to use a different OS or different Ansible version. FROM weldpua2008/docker-ansible:Os``Os_Version_vAnsible_Version

Example with Centos 7 and Ansible 1.9.4

FROM weldpua2008/docker-ansible:`centos7`_v`1.9.4`

This images on DockerHub will be updated periodically.

Requirements

  • docker

Disclaimer

This is currently a work in progress, I am not responsible and shall not be held responsible in any manner if this tool causes loss of data, hardware faults, act of gods, invocation of old or ancient ones, elder gods and other horrors from the depths.

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

Contributing

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.