Add VIP and camnet interface to zm hosts

This commit is contained in:
Timo Makinen 2021-04-01 22:46:34 +00:00
parent 525b3cbe99
commit 19aa1cce34
2 changed files with 17 additions and 0 deletions

View file

@ -2,7 +2,17 @@
datadisks:
- 100
network_vip_interfaces:
- device: eth1
vhid: 26
ipaddr: 172.20.26.1
netmask: 255.255.0.0
pass: "{{ vip26_pass }}"
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 443, from: [172.20.20.0/22]}
- {proto: tcp, port: 4949, from: [172.20.20.0/22]}
firewall_raw:
- "-A INPUT -i eth1 -d 224.0.0.0/8 -j ACCEPT"
- "-A INPUT -i eth1 -p vrrp -j ACCEPT"

View file

@ -4,3 +4,10 @@ network_interfaces:
- device: eth0
vlan: 20
mac: "52:54:00:ac:dc:4c"
nameservers: []
- device: eth1
vlan: 26
ipaddr: 172.20.26.3
netmask: 255.255.255.0
proto: static
nameservers: [172.20.26.1, 172.20.26.3]