Switched yaml to 2 space indent

This commit is contained in:
2025-11-12 03:20:35 +01:00
parent b69ce72e79
commit f4d08c3516
14 changed files with 51 additions and 51 deletions

View File

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