Docker image with
- ansible
- ansible-galaxy
- ansible-lint
- curl
- git
- openssh-client
- python3-hcloud
- rsync
docker pull srsp/ansible
This image uses the latest Ubuntu LTS release as base image and installs the latest ansible
package that the official Ansible Ubuntu PPA provides. I build new releases on a regular basis and publish them
to docker hub.
If you want to build it yourself with
docker build -f Dockerfile -t srsp/ansible:latest .
the build might fail with an error complaining about not finding a particular python version.
This can happen, if Ubuntu decides to ship a new minor version of python
. In this case
you can check which versions are actually ship and update them in the Dockerfile
.