12 lines
237 B
YAML
12 lines
237 B
YAML
---
|
|
vmhost: vmhost01.home.foo.sh
|
|
network_interfaces:
|
|
- device: eth0
|
|
vlan: 20
|
|
mac: 52:54:00:ac:dc:73
|
|
- device: eth1
|
|
mac: 52:54:00:da:da:15
|
|
vlan: 27
|
|
ipaddr: 172.20.27.21
|
|
netmask: 255.255.255.0
|
|
proto: static
|