Add a pack-web.yml playbook

This commit is contained in:
Jérémy Lecour 2017-03-21 15:37:05 +01:00 committed by Jérémy Lecour
parent aa372e223b
commit 702dec141e
1 changed files with 19 additions and 0 deletions

19
playbooks/pack-web.yml Normal file
View File

@ -0,0 +1,19 @@
- hosts: ansible-test
gather_facts: yes
become: yes
vars:
roles: ~/GIT/ansible-roles
tasks: ~/GIT/ansible-public/tasks
roles:
- "{{ roles }}/apache"
- "{{ roles }}/packweb-apache"
# post_tasks:
# - include: "{{ tasks }}/commit_etc_git.yml"
# vars:
# commit_message: "Ansible run evolinux.yml"
# vim:ft=ansible