12 lines
196 B
YAML
12 lines
196 B
YAML
---
|
|
|
|
# defaults/main.yml
|
|
haproxy_backend_servers:
|
|
- name: web01
|
|
address: 192.168.1.10
|
|
port: 80
|
|
- name: web02
|
|
address: 192.168.1.11
|
|
port: 80
|
|
|
|
haproxy_backend_balance: roundrobin |