haproxy_vars_updated
This commit is contained in:
parent
e262842ad4
commit
8b0e3073a8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user