add carp interfaces to gw hosts
This commit is contained in:
parent
4ba69d7632
commit
666ada404e
1 changed files with 16 additions and 0 deletions
|
@ -1,4 +1,20 @@
|
|||
---
|
||||
network_carp_interfaces:
|
||||
- device: vio0
|
||||
vhid: 1
|
||||
ipaddr: 172.20.20.1
|
||||
netmask: 255.255.252.0
|
||||
pass: "{{ carp1_pass }}"
|
||||
advskew: 128
|
||||
- device: vio0
|
||||
vhid: 10
|
||||
ipaddr: 172.20.20.10
|
||||
netmask: 255.255.252.0
|
||||
pass: "{{ carp10_pass }}"
|
||||
advskew: 128
|
||||
network_ether_interfaces:
|
||||
- device: vio1
|
||||
proto: none
|
||||
|
||||
# use custom firewall config
|
||||
firewall_src: pf.conf.gw_home
|
||||
|
|
Loading…
Add table
Reference in a new issue