haproxy_config_file
This commit is contained in:
parent
8b0e3073a8
commit
f0095830be
@ -19,11 +19,10 @@ haproxy:
|
|||||||
- name: "{{ k8s_frontend_name }}"
|
- name: "{{ k8s_frontend_name }}"
|
||||||
mode: tcp
|
mode: tcp
|
||||||
haproxy_ips:
|
haproxy_ips:
|
||||||
- ip: "{{ hostvars[inventory_hostname].ansible_host }}"
|
- ip: "{{ hostvars[inventory_hostname].ansible_host }}:80"
|
||||||
ports:
|
tls: "no"
|
||||||
- "80"
|
- ip: "192.168.10.10:443"
|
||||||
- "443"
|
tls: "yes"
|
||||||
|
|
||||||
backends:
|
backends:
|
||||||
- name: "{{ k8s_backend_name }}"
|
- name: "{{ k8s_backend_name }}"
|
||||||
frontend: "{{ k8s_frontend_name }}"
|
frontend: "{{ k8s_frontend_name }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user