Mark Goddard c2771d7c0e Add libvirt-host role
Configures a host as a Libvirt/KVM hypervisor. It can also create pools and networks
2017-08-07 12:08:08 +00:00

8 lines
181 B
Django/Jinja

<pool type='{{ item.type }}'>
<name>{{ item.name }}</name>
<capacity unit='bytes'>{{ item.capacity }}</capacity>
<target>
<path>{{ item.path }}</path>
</target>
</pool>