diff --git a/playbooks/pack-web.yml b/playbooks/pack-web.yml new file mode 100644 index 0000000..59aa0bb --- /dev/null +++ b/playbooks/pack-web.yml @@ -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