Files
configpolicy/roles/vmhost/templates/net-bridge.xml.j2
Dustin C. Hatch abd05f8443 roles/vmhost: Configure libvirtd+QEMU
The *vmhost* role installs and configures the libvirt daemon to host
QEMU/KVM virtual machines.
2018-07-23 17:35:10 -05:00

6 lines
124 B
Django/Jinja

<network>
<name>{{ item.name }}</name>
<forward mode='bridge' />
<bridge name='{{ item.bridge_iface }}' />
</network>