Turn talos patches into templates and resolve them

This commit is contained in:
2025-11-08 05:47:24 +01:00
parent 0642fde397
commit 3290a76193
11 changed files with 64 additions and 15 deletions

View File

@@ -2,10 +2,10 @@
machine:
network:
interfaces:
- interface: eth0
- interface: {{interface}}
dhcp: false
addresses:
- 192.168.1.2
- {{ip}}
routes:
- network: 0.0.0.0/0
gateway: 192.168.1.1
gateway: {{gateway}}