Convert OpenBSD hosts with CARP to use new VIP interfaces
This commit is contained in:
parent
d63f828e8b
commit
c7d8c1e677
7 changed files with 27 additions and 28 deletions
|
@ -1,17 +1,17 @@
|
|||
---
|
||||
network_carp_interfaces:
|
||||
network_vip_interfaces:
|
||||
- device: vio0
|
||||
vhid: 1
|
||||
ipaddr: 172.20.20.1
|
||||
netmask: 255.255.252.0
|
||||
pass: "{{ carp1_pass }}"
|
||||
advskew: 128
|
||||
pass: "{{ vip1_pass }}"
|
||||
priority: 120
|
||||
- device: vio0
|
||||
vhid: 10
|
||||
ipaddr: 172.20.20.10
|
||||
netmask: 255.255.252.0
|
||||
pass: "{{ carp10_pass }}"
|
||||
advskew: 128
|
||||
pass: "{{ vip10_pass }}"
|
||||
priority: 120
|
||||
network_ether_interfaces:
|
||||
- device: vio1
|
||||
proto: none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue