Add host bridge and vlans setup via template
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[Match]
|
||||
Name={{ network_interface }}
|
||||
|
||||
[Network]
|
||||
Bridge={{ bridge_name }}
|
||||
|
||||
{% for vlan in vlans %}
|
||||
[BridgeVLAN]
|
||||
VLAN={{ vlan }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user