15 lines
236 B
YAML
15 lines
236 B
YAML
---
|
|
|
|
- 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
|