Re-organized all files and added a Vagrantfile

This commit is contained in:
2016-02-02 11:40:47 -05:00
parent dd4fd53ce7
commit 8a55e9f946
19 changed files with 157 additions and 96 deletions

15
playbooks/proxy.yml Normal file
View File

@@ -0,0 +1,15 @@
---
# This playbook deploys the haproxy
- name: Apply common configuration to all nodes
hosts: proxy
user: root
tasks:
- include: ../roles/common/tasks/main.yml
- name: Deploy haproxy
hosts: proxy
user: root
tasks:
- include: ../roles/proxy/tasks/main.yml