Playbook for docker-host

This commit is contained in:
Jérémy Lecour 2017-03-24 15:41:00 +01:00 committed by Jérémy Lecour
parent 252c33289f
commit 2bd516ab05

16
playbooks/docker-host.yml Normal file
View file

@ -0,0 +1,16 @@
---
- hosts: all
gather_facts: yes
become: yes
vars:
roles: ~/GIT/ansible-roles
tasks: ~/GIT/ansible-public/tasks
roles:
- "{{ roles }}/docker-host"
post_tasks:
- include: "{{ tasks }}/commit_etc_git.yml"
vars:
commit_message: "Ansible run docker-host.yml"