Re-organized all files and added a Vagrantfile
This commit is contained in:
15
playbooks/proxy.yml
Normal file
15
playbooks/proxy.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user