♻️: move playbooks from root
This commit is contained in:
14
playbooks/loadbalancinghttp.yml
Normal file
14
playbooks/loadbalancinghttp.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
- name: Retrieve network info
|
||||
hosts: webservers:!disabled_loadbalanced_webservers
|
||||
gather_facts: true
|
||||
gather_subset:
|
||||
- network
|
||||
tasks: []
|
||||
|
||||
- name: Deploy haproxy
|
||||
hosts: loadbalancers
|
||||
diff: true
|
||||
roles:
|
||||
- haproxy
|
Reference in New Issue
Block a user