software-infrastructure/host_vars/alpha-worker-0.yml
2024-07-04 19:04:55 +00:00

23 lines
317 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
iface eno1np0 inet6 static
address fc00:6572:6963:a::3/64
# The secondary network interface
allow-hotplug eno2np1
iface eno2np1 inet dhcp
"
nvidia: true