yet another readme update
This commit is contained in:
parent
9c408dfb29
commit
76491de551
10
README.md
10
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)
|
||||
|
Loading…
Reference in New Issue
Block a user