1
0
IaC/talos/patches/mc-node00.yml

19 lines
443 B
YAML
Raw Permalink Normal View History

2024-12-10 04:34:13 +00:00
---
machine:
network:
hostname: node00.balsillie.house
nameservers:
- 192.168.1.11
2024-12-18 20:42:45 +00:00
- 10.96.10.254
2024-12-10 04:34:13 +00:00
interfaces:
- deviceSelector:
hardwareAddr: 'f4:4d:30:6e:62:a7'
dhcp: false
routes:
- network: 0.0.0.0/0
gateway: 192.168.1.11
2024-12-18 20:42:45 +00:00
- network: 0.0.0.0/0
gateway: 10.96.10.254
2024-12-10 04:34:13 +00:00
addresses:
2024-12-18 20:42:45 +00:00
- 192.168.1.15/24
- 10.96.10.30/24