2024-09/group_vars/webcluster.yml

19 lines
331 B
YAML
Raw Normal View History

2024-09-19 12:06:00 +00:00
apache2_backend_mod_remoteip_proxy: 192.168.0.0/24
2024-09-19 10:48:45 +00:00
haproxy_sslcert_src: cert.pem
haproxy_sslcert_path: /etc/haproxy/ssl.pem
keepalived_virtual_ipaddress:
2024-09-19 12:06:00 +00:00
- 192.168.0.99/24
2024-09-19 10:48:45 +00:00
keepalived_chk_proc_name: haproxy
selfsignedcert_basename: ./cert
selfsignedcert_san:
- "IP:{{ keepalived_virtual_ipaddress|ipaddr('address') }}"