Pass more VIPs around for DNS usage
This commit is contained in:
parent
d1252592f1
commit
5deed42849
@ -37,4 +37,20 @@
|
|||||||
advert_int: 1
|
advert_int: 1
|
||||||
auth_pass: "{{ secret_keepalived_pass }}"
|
auth_pass: "{{ secret_keepalived_pass }}"
|
||||||
vip: "192.168.102.200/16"
|
vip: "192.168.102.200/16"
|
||||||
|
- name: VI_2
|
||||||
|
state: "{{ keepalived_state | default('BACKUP') }}"
|
||||||
|
interface: eth0
|
||||||
|
virtual_router_id: 52
|
||||||
|
priority: "{{ keepalived_priority }}"
|
||||||
|
advert_int: 1
|
||||||
|
auth_pass: "{{ secret_keepalived_pass }}"
|
||||||
|
vip: "192.168.102.201/16"
|
||||||
|
- name: VI_3
|
||||||
|
state: "{{ keepalived_state | default('BACKUP') }}"
|
||||||
|
interface: eth0
|
||||||
|
virtual_router_id: 53
|
||||||
|
priority: "{{ keepalived_priority }}"
|
||||||
|
advert_int: 1
|
||||||
|
auth_pass: "{{ secret_keepalived_pass }}"
|
||||||
|
vip: "192.168.102.202/16"
|
||||||
tags: [ k8s, keepalived ]
|
tags: [ k8s, keepalived ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user