18 lines
336 B
YAML
18 lines
336 B
YAML
---
|
|
vmhost: vmhost01.home.foo.sh
|
|
network_interfaces:
|
|
- device: eth0
|
|
vlan: 20
|
|
mac: "52:54:00:ac:dc:43"
|
|
- device: eth1
|
|
vlan: 25
|
|
ipaddr: 172.20.25.2
|
|
netmask: 255.255.255.0
|
|
proto: static
|
|
- device: eth2
|
|
vlan: 103
|
|
ipaddr: 192.168.100.2
|
|
netmask: 255.255.255.248
|
|
proto: static
|
|
|
|
vip25_priority: 128
|