add the current state of the vmsetup
This commit is contained in:
commit
d3675f34bf
19 changed files with 985 additions and 0 deletions
3
roles/setup-libvirt/templates/br0.netdev
Normal file
3
roles/setup-libvirt/templates/br0.netdev
Normal file
|
@ -0,0 +1,3 @@
|
|||
[NetDev]
|
||||
Name=br0
|
||||
Kind=bridge
|
9
roles/setup-libvirt/templates/br0.network
Normal file
9
roles/setup-libvirt/templates/br0.network
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Match]
|
||||
Name=br0
|
||||
|
||||
[Link]
|
||||
MACAddress={{ mac }}
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
LinkLocalAddressing=ipv6
|
5
roles/setup-libvirt/templates/ethernet.network
Normal file
5
roles/setup-libvirt/templates/ethernet.network
Normal file
|
@ -0,0 +1,5 @@
|
|||
[Match]
|
||||
Name={{ vm_host_bridge_interface }}
|
||||
|
||||
[Network]
|
||||
Bridge=br0
|
Loading…
Add table
Add a link
Reference in a new issue