Combine interfaces and network_ether_interfaces into one common variable network_interfaces. Provisioning uses format: network_interfaces: - device: device name eg. vio0 or eth0 vlan: vlan id for this interface mac: mac address for interface (optional) Additionally network role will use more settings to configure interface.
17 lines
320 B
YAML
17 lines
320 B
YAML
---
|
|
vmhost: vmhost01.home.foo.sh
|
|
network_interfaces:
|
|
- device: vio0
|
|
vlan: 20
|
|
mac: 52:54:00:ac:dc:0d
|
|
ipaddr: 172.20.21.13
|
|
netmask: 255.255.252.0
|
|
- device: vio1
|
|
vlan: 102
|
|
proto: none
|
|
|
|
# kludge advskew values for carps
|
|
carp8_advskew: 0
|
|
carp9_advskew: 128
|
|
carp153_advskew: 0
|
|
carp154_advskew: 128
|