Files
ansible/roles/haproxy/defaults/main.yml
VC b81d9f0b35
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m17s
: remove the mandatory gather_subsets for loadbalancing & web servers
2025-03-31 11:45:34 +02:00

7 lines
179 B
YAML

---
haproxy_backend_servers: "{{ groups['webservers']
| difference(groups['proxmox_all_stopped'])
| difference(groups['disabled_loadbalanced_webservers'])
| sort }}"