remember to push images to docker hub

This commit is contained in:
Paul Voss 2016-08-12 09:25:19 +02:00
parent b787caa884
commit 9f4609d57e
1 changed files with 8 additions and 3 deletions

View File

@ -4,9 +4,10 @@ A docker image for running ansible playbooks
Available in two flavours:
* registry.chmuul.net/ansible-controller:ubuntu-16.04
* registry.chmuul.net/ansible-controller:fedora-24
* registry.chmuul.net/ansible-controller:alpine-3
* 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
## run ansible-controller
@ -16,3 +17,7 @@ Available in two flavours:
--tmpfs /root/.ansible \
registry.chmuul.net/ansible-controller:ubuntu-16.04 \
ansible-playbook site.yml
## todo
publish ansible images to docker hub