software-infrastructure/host_vars/alpha-worker-0.yml
2024-07-03 15:48:10 +00:00

17 lines
350 B
YAML

---
# Host vars for alpha-worker-0
network_interfaces: "
# The primary network interface
auto eno1np0
iface eno1np0 inet static
address 10.0.0.3/16
gateway 10.0.0.1
iface eno1np0 inet6 static
address fc00:6572:6963:a::3/64
gateway fc00:6572:6963:a::1
# The secondary network interface
allow-hotplug eno2np1
iface eno2np1 inet dhcp
"