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