haproxy_vars_changed

This commit is contained in:
safouenebg 2024-05-31 18:33:45 +00:00
parent 7061f20a8c
commit 20c9f24169

View File

@ -18,9 +18,10 @@ haproxy:
frontends:
- name: "{{ k8s_frontend_name }}"
mode: tcp
port: 80
ips:
haproxy_ips:
- "{{ hostvars[inventory_hostname].ansible_host }}"
port:
- "80"
backends:
- name: "{{ k8s_backend_name }}"