17 lines
355 B
YAML
17 lines
355 B
YAML
---
|
|
# Host vars for alpha-control-plane
|
|
network_interfaces: "
|
|
# The primary network interface
|
|
auto eno8303
|
|
iface eno8303 inet static
|
|
address 10.0.0.2/16
|
|
gateway 10.0.0.1
|
|
iface eno8303 inet6 static
|
|
address fc00:6572:6963:a::2/64
|
|
gateway fc00:6572:6963:a::1
|
|
|
|
# The secondary network interface
|
|
allow-hotplug eno8403
|
|
iface eno8403 inet dhcp
|
|
"
|