haproxy_vars_changed
This commit is contained in:
parent
7061f20a8c
commit
20c9f24169
@ -18,9 +18,10 @@ haproxy:
|
||||
frontends:
|
||||
- name: "{{ k8s_frontend_name }}"
|
||||
mode: tcp
|
||||
port: 80
|
||||
ips:
|
||||
haproxy_ips:
|
||||
- "{{ hostvars[inventory_hostname].ansible_host }}"
|
||||
port:
|
||||
- "80"
|
||||
|
||||
backends:
|
||||
- name: "{{ k8s_backend_name }}"
|
||||
|
Loading…
Reference in New Issue
Block a user