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,11 +1,10 @@
|
|||
---
|
||||
network_carp_interfaces:
|
||||
network_vip_interfaces:
|
||||
- device: vio3
|
||||
vhid: 145
|
||||
ipaddr: 37.16.96.145
|
||||
netmask: 255.255.255.240
|
||||
pass: "{{ carp145_pass }}"
|
||||
advskew: 128
|
||||
pass: "{{ vip145_pass }}"
|
||||
network_dns_servers: [172.20.20.10, 172.20.21.1, 172.20.21.2]
|
||||
|
||||
# use custom firewall and ifstated config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue