Initial role setup with basic configuration
This commit is contained in:
12
defaults/main.yml
Normal file
12
defaults/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user