Skip to content

Docker image with Ansible and some extra stuff (rsync)

License

Notifications You must be signed in to change notification settings

srsp/docker-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build Docker Hub

docker-ansible

Docker image with

  • ansible
  • ansible-galaxy
  • ansible-lint
  • curl
  • git
  • openssh-client
  • python3-hcloud
  • rsync

Usage

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

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.

About

Docker image with Ansible and some extra stuff (rsync)

Resources

License

Stars

Watchers

Forks