haproxy_vars_updated

This commit is contained in:
safouenebg 2024-05-20 15:18:31 +00:00
parent bc355b4faf
commit acf6eef8c1
2 changed files with 2 additions and 5 deletions

View File

@ -29,4 +29,3 @@ haproxy:
#vars
k8s_master_groupname: master
k8s_worker_groupname: worker

View File

@ -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 }}"