From 76491de551bef95bce0e93059cdae6b9f4b68828 Mon Sep 17 00:00:00 2001 From: Paul Voss Date: Sat, 13 Aug 2016 12:13:28 +0200 Subject: [PATCH] yet another readme update --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 281cfa8..a533736 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ansible [![Build Status](https://drone.chmuul.net/api/badges/aal/ansible/status.svg)](https://drone.chmuul.net/aal/ansible) -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. +Docker images for running and testing ansible playbooks against various operating systems. +I don't like obfuscated docker images with external scripts and hundreds of bells and whistles. Available with four image tags: @@ -16,11 +17,12 @@ Available with four image tags: -v /path/to/site/:/site \ -v /path/to/ansible-user-ssh/:/root/.ssh:ro \ --tmpfs /root/.ansible \ - registry.chmuul.net/ansible:alpine-3 \ + chmuul/ansible:alpine-3 \ ansible-playbook site.yml Note: /root/.ansible must not be an overlayfs, otherwise ssh accelerate won't work. -## todo +## references -Publish ansible images to docker hub +* [project on github](https://github.com/pauvos/ansible) +* [project on hub.docker.com](https://hub.docker.com/r/chmuul/ansible)