haproxy_loop_changed
This commit is contained in:
parent
1f1e5fa852
commit
e262842ad4
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user