⚡: remove the mandatory gather_subsets for loadbalancing & web servers
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m17s
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m17s
This commit is contained in:
6
roles/haproxy/defaults/main.yml
Normal file
6
roles/haproxy/defaults/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
haproxy_backend_servers: "{{ groups['webservers']
|
||||
| difference(groups['proxmox_all_stopped'])
|
||||
| difference(groups['disabled_loadbalanced_webservers'])
|
||||
| sort }}"
|
Reference in New Issue
Block a user