roles/vmhost: Configure libvirtd+QEMU
The *vmhost* role installs and configures the libvirt daemon to host QEMU/KVM virtual machines.
This commit is contained in:
5
roles/vmhost/templates/net-bridge.xml.j2
Normal file
5
roles/vmhost/templates/net-bridge.xml.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
<network>
|
||||
<name>{{ item.name }}</name>
|
||||
<forward mode='bridge' />
|
||||
<bridge name='{{ item.bridge_iface }}' />
|
||||
</network>
|
||||
Reference in New Issue
Block a user