Images ready for Ansible installation
10K+
These are base docker images that include Ansible.
Ansible, Inc maintains these images so that people can easily build docker images from ansible playbooks.
While Ansible modules can help you deploy container images (and also prepare host dependencies to be able to run containers), this document is about how to use ansible to efficiently describe and build them as well.
This content on DockerHub lives at https://hub.docker.com/r/weldpua2008/docker-ansible/
There are images available currently for Fedora, Oracle Linux, CentOS, Gentoo, Alpine, Debian and Ubuntu, using the v2.1.1.0-1 version of Ansible.
The DockerFile shown above selected the latest 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. The following options are available:
FROM weldpua2008/docker-ansible:`alpine3.2`_v`v2.1.1.0-1`
FROM weldpua2008/docker-ansible:`oraclelinux6`_v`v2.1.1.0-1`
FROM weldpua2008/docker-ansible:`opensuse13.2`_v`v2.1.1.0-1`
FROM weldpua2008/docker-ansible:`centos5`_v`v2.1.1.0-1`
FROM weldpua2008/docker-ansible:`centos6`_v`v2.1.1.0-1`
FROM weldpua2008/docker-ansible:`centos7`_v`v2.1.1.0-1`
FROM weldpua2008/docker-ansible:`ubuntu12.04`_v`v2.1.1.0-1`
FROM weldpua2008/docker-ansible:`ubuntu14.04`_v`v2.1.1.0-1`
FROM weldpua2008/docker-ansible:`ubuntu16.04`_v`v2.1.1.0-1`
FROM weldpua2008/docker-ansible:`ubuntu_lts12`_v`v2.1.1.0-1`
FROM weldpua2008/docker-ansible:`ubuntu_lts14`_v`v2.1.1.0-1`
FROM weldpua2008/docker-ansible:`ubuntu_lts16`_v`v2.1.1.0-1`
FROM weldpua2008/docker-ansible:`debin7`_v`v2.1.1.0-1`
FROM weldpua2008/docker-ansible:`debin8`_v`v2.1.1.0-1`
FROM weldpua2008/docker-ansible:`fedora21`_v`v2.1.1.0-1`
FROM weldpua2008/docker-ansible:`fedora22`_v`v2.1.1.0-1`
This images on DockerHub will be updated periodically.
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.
If you'd like to talk about Ansible+Docker, stop by the .
Content type
Image
Digest
Size
160.6 MB
Last updated
about 10 years ago
docker pull weldpua2008/docker-ansible:ubuntu_lts12_v2.1.1.0