Add host bridge and vlans setup via template

This commit is contained in:
bnolge
2026-03-18 08:48:25 +03:00
parent d4ed73dd90
commit b6f5d9e898
2 changed files with 23 additions and 35 deletions
+10
View File
@@ -0,0 +1,10 @@
[Match]
Name={{ network_interface }}
[Network]
Bridge={{ bridge_name }}
{% for vlan in vlans %}
[BridgeVLAN]
VLAN={{ vlan }}
{% endfor %}