Initial role setup with basic configuration

This commit is contained in:
Gregory Ballantine
2026-04-08 11:22:12 -04:00
parent 5a46b4087f
commit dd0ebf4a43
8 changed files with 90 additions and 1 deletions

12
defaults/main.yml Normal file
View 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