new hypervisor wip
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
[NetDev]
|
||||
Name=br0
|
||||
Kind=bridge
|
||||
|
||||
[Bridge]
|
||||
DefaultPVID=none
|
||||
VLANFiltering={{ item.vlan_filtering }}
|
||||
VLANProtocol=802.1q
|
||||
STP={{ item.stp }}
|
@ -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', '') }}
|
@ -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 }}
|
Reference in New Issue
Block a user