From 84b4d6ebba0617b05a92700897689c296a4dde6a Mon Sep 17 00:00:00 2001 From: Paul Voss Date: Sat, 13 Aug 2016 11:35:03 +0200 Subject: [PATCH] readme update --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 36a0e44..ce0bb82 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # ansible [![Build Status](https://drone.chmuul.net/api/badges/aal/ansible/status.svg)](https://drone.chmuul.net/aal/ansible) -A docker image for running ansible playbooks +A docker image for running and testing ansible playbooks -Available in four flavours: +Available with four image tags: -* registry.chmuul.net/ansible:ubuntu-16.04 -* registry.chmuul.net/ansible:debian-8 -* registry.chmuul.net/ansible:fedora-24 -* registry.chmuul.net/ansible:alpine-3 +* ubuntu-16.04 +* debian-8 +* fedora-24 +* alpine-3 ## run ansible-controller @@ -15,10 +15,10 @@ Available in four flavours: -v /path/to/site/:/site \ -v /path/to/ansible-user-ssh/:/root/.ssh:ro \ --tmpfs /root/.ansible \ - registry.chmuul.net/ansible-controller:ubuntu-16.04 \ + registry.chmuul.net/ansible:alpine-3 \ ansible-playbook site.yml -Note: /root/.ansible must not be an overlayfs, otherwise ssh multiplexing won't work. +Note: /root/.ansible must not be an overlayfs, otherwise ssh accelerate won't work. ## todo