unbound: Add better failover config
This commit is contained in:
parent
107a2cd48b
commit
d4bfc7586f
5 changed files with 24 additions and 0 deletions
|
@ -12,6 +12,18 @@ network_vip_interfaces:
|
|||
netmask: 255.255.252.0
|
||||
pass: "{{ vip10_pass }}"
|
||||
priority: 120
|
||||
- device: vio0
|
||||
vhid: 11
|
||||
ipaddr: 172.20.20.11
|
||||
netmask: 255.255.252.0
|
||||
pass: "{{ vip11_pass }}"
|
||||
priority: "{{ vip11_priority }}"
|
||||
- device: vio0
|
||||
vhid: 12
|
||||
ipaddr: 172.20.20.12
|
||||
netmask: 255.255.252.0
|
||||
pass: "{{ vip12_pass }}"
|
||||
priority: "{{ vip12_priority }}"
|
||||
network_ether_interfaces:
|
||||
- device: vio1
|
||||
proto: none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue