feat: remove unneeded webservers load-balancing + treat backend as static IPv4 addresses instead of dynamic IPv6 addresses
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
---
|
||||
|
||||
- name: Retrieve network info
|
||||
hosts: webservers:!disabled_loadbalanced_webservers
|
||||
gather_facts: true
|
||||
gather_subset:
|
||||
- network
|
||||
tasks: []
|
||||
|
||||
- name: Load balancers
|
||||
hosts: loadbalancers
|
||||
diff: true
|
||||
|
Reference in New Issue
Block a user