Access node parameters through node instead of directly

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

View File

@@ -1,6 +1,6 @@
machine:
network:
interfaces:
- interface: {{interface}}
- interface: {{node.interface}}
vip:
ip: {{cluster.controlPlaneIp}}
ip: {{node.cluster.controlPlaneIp}}