haproxy_vars_changed

This commit is contained in:
safouenebg 2024-06-02 16:43:17 +00:00
parent 20c9f24169
commit 1f1e5fa852

View File

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