Access node parameters through node instead of directly

This commit is contained in:
2025-11-11 03:51:38 +01:00
parent 4c4783953e
commit b7bf638475
5 changed files with 8 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
machine:
network:
interfaces:
- interface: {{interface}}
- interface: {{node.interface}}
dhcp: false
addresses:
- {{ip}}
- {{node.ip}}
routes:
- network: 0.0.0.0/0
gateway: {{gateway}}
gateway: {{node.gateway}}