Files
ansible/playbooks/loadbalancinghttp.yml
VC 7ea0dc4cb8
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m10s
first draft
2025-03-21 10:21:27 +01:00

15 lines
232 B
YAML

---
- name: Retrieve network info
hosts: webservers:!disabled_loadbalanced_webservers
gather_facts: true
gather_subset:
- network
tasks: []
- name: Deploy haproxy
hosts: lbservers
diff: true
roles:
- haproxy