haproxy_loop_changed

This commit is contained in:
safouenebg 2024-06-03 11:35:06 +00:00
parent 1f1e5fa852
commit e262842ad4

View File

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