haproxy_vars_updated
This commit is contained in:
parent
bc355b4faf
commit
acf6eef8c1
@ -29,4 +29,3 @@ haproxy:
|
||||
#vars
|
||||
k8s_master_groupname: master
|
||||
k8s_worker_groupname: worker
|
||||
|
||||
|
@ -4,7 +4,5 @@ k8s_frontend_name: k8s_worker_lb
|
||||
backend_servers: "{{ k8s_worker_groupname }}"
|
||||
group: "{{ k8s_worker_groupname }}"
|
||||
|
||||
# BEGIN ANSIBLE MANAGED BLOCK
|
||||
public_vip_address:
|
||||
- 38.108.68.241
|
||||
# END ANSIBLE MANAGED BLOCK
|
||||
public_vip_address:
|
||||
- "{{ public_vip_address }}"
|
||||
|
Loading…
Reference in New Issue
Block a user