readme update
This commit is contained in:
parent
20a3e39e19
commit
84b4d6ebba
16
README.md
16
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)
|
# 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
|
* ubuntu-16.04
|
||||||
* registry.chmuul.net/ansible:debian-8
|
* debian-8
|
||||||
* registry.chmuul.net/ansible:fedora-24
|
* fedora-24
|
||||||
* registry.chmuul.net/ansible:alpine-3
|
* alpine-3
|
||||||
|
|
||||||
## run ansible-controller
|
## run ansible-controller
|
||||||
|
|
||||||
@ -15,10 +15,10 @@ Available in four flavours:
|
|||||||
-v /path/to/site/:/site \
|
-v /path/to/site/:/site \
|
||||||
-v /path/to/ansible-user-ssh/:/root/.ssh:ro \
|
-v /path/to/ansible-user-ssh/:/root/.ssh:ro \
|
||||||
--tmpfs /root/.ansible \
|
--tmpfs /root/.ansible \
|
||||||
registry.chmuul.net/ansible-controller:ubuntu-16.04 \
|
registry.chmuul.net/ansible:alpine-3 \
|
||||||
ansible-playbook site.yml
|
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
|
## todo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user