keepalived: change global VIP + interface for VRRP adv.
This commit is contained in:
parent
b0e12b19f8
commit
45ca2a3236
1 changed files with 6 additions and 6 deletions
|
@ -5,27 +5,27 @@
|
|||
- isp-2.rtr.infra.auro.re
|
||||
vars:
|
||||
keepalived__virtual_router_id: 80
|
||||
keepalived__interface: ens18
|
||||
keepalived__interface: ens20
|
||||
keepalived__virtual_addresses:
|
||||
client-0:
|
||||
- 100.64.0.1/27
|
||||
- 2a09:6841::/56
|
||||
- 2a09:6841::1/56
|
||||
- fe80::1/10
|
||||
client-1:
|
||||
- 100.64.0.33/27
|
||||
- 2a09:6841:0:100::/56
|
||||
- 2a09:6841:0:100::1/56
|
||||
- fe80::1/10
|
||||
client-2:
|
||||
- 100.64.0.65/27
|
||||
- 2a09:6841:0:100::/56
|
||||
- 2a09:6841:0:200::1/56
|
||||
- fe80::1/10
|
||||
client-3:
|
||||
- 100.64.0.97/27
|
||||
- 2a09:6841:0:200::/56
|
||||
- 2a09:6841:0:300::1/56
|
||||
- fe80::1/10
|
||||
client-4:
|
||||
- 100.64.0.129/27
|
||||
- 2a09:6841:0:300::/56
|
||||
- 2a09:6841:0:400::1/56
|
||||
- fe80::1/10
|
||||
roles:
|
||||
- keepalived
|
||||
|
|
Loading…
Reference in a new issue