new hypervisor wip

This commit is contained in:
2023-08-09 22:37:28 +10:00
parent 5007f0b68e
commit df3587032d
12 changed files with 85 additions and 14 deletions

View File

@ -1,9 +0,0 @@
[NetDev]
Name=br0
Kind=bridge
[Bridge]
DefaultPVID=none
VLANFiltering={{ item.vlan_filtering }}
VLANProtocol=802.1q
STP={{ item.stp }}

View File

@ -1,6 +0,0 @@
[Match]
PermanentMACAddress={{ item.mac_address }}
[Link]
MACAddressPolicy=permanent
MACAddress={{ item.mac_address }}
Name={{ item.name | regex_replace('^[0-9]*-', '') | regex_replace('\.link', '') }}

View File

@ -1,12 +0,0 @@
[Match]
MACAddress={{ item.mac_address }}
[Link]
ARP={{ item.arp }}
[Network]
DHCP=no
if item.bond
Bond={{ item.bond }}
if item.bridge
Bridge={{ item.bridge }}