2016-08-13 11:49:00 +02:00
2016-08-12 08:50:50 +02:00
2016-08-06 16:21:34 +02:00
2016-08-06 16:17:26 +02:00
2016-08-13 11:49:00 +02:00

ansible Build Status

Simple docker images for running and testing ansible playbooks. I don't like obfuscated docker images with external scripts and hundreds of bells and whistles. So I created these as base images for drone builds.

Available with four image tags:

  • ubuntu-16.04
  • debian-8
  • fedora-24
  • alpine-3

run ansible

docker run -it --rm \
    -v /path/to/site/:/site \
    -v /path/to/ansible-user-ssh/:/root/.ssh:ro \
    --tmpfs /root/.ansible \
    registry.chmuul.net/ansible:alpine-3 \
    ansible-playbook site.yml

Note: /root/.ansible must not be an overlayfs, otherwise ssh accelerate won't work.

todo

Publish ansible images to docker hub

Description
No description provided
Readme 514 KiB
2022-04-20 18:24:41 +00:00
Languages
Dockerfile 59%
Jinja 18%
Shell 15.2%
Python 7.8%