https://github.com/srsp/docker-ansible
Docker image with Ansible and some extra stuff (rsync)
https://github.com/srsp/docker-ansible
Last synced: 4 months ago
JSON representation
Docker image with Ansible and some extra stuff (rsync)
- Host: GitHub
- URL: https://github.com/srsp/docker-ansible
- Owner: srsp
- License: apache-2.0
- Created: 2019-04-19T19:46:34.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-09-17T02:33:14.000Z (10 months ago)
- Last Synced: 2025-09-17T04:22:46.358Z (10 months ago)
- Language: Dockerfile
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://hub.docker.com/r/srsp/ansible)
# docker-ansible
Docker image with
* ansible
* ansible-galaxy
* ansible-lint
* curl
* git
* openssh-client
* python3-hcloud
* rsync
## Usage
```bash
docker pull srsp/ansible
```
## Developers
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
```bash
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`.