haproxy_vars_updated

This commit is contained in:
safouenebg 2024-06-03 14:06:09 +00:00
parent e262842ad4
commit 8b0e3073a8

View File

@ -26,6 +26,7 @@ haproxy:
backends:
- name: "{{ k8s_backend_name }}"
frontend: "{{ k8s_frontend_name }}"
mode: tcp
servers:
- "server {{ groups[group][0] }} {{ hostvars[groups[group][0]].ansible_host }}:{{ NodePort }} check"