system/ansible/deployment_poc/templates/libvirt-storage-template.xm...

17 lines
352 B
Django/Jinja

<volume type='file'>
<name>{{ inventory_hostname }}_root_disk.qcow2</name>
<source>
</source>
<capacity unit='GB'>{{ disk }}</capacity>
<target>
<path>{{ storage.name }}</path>
<format type='qcow2'/>
<permissions>
<mode>0660</mode>
<owner>455</owner>
<group>453</group>
</permissions>
</target>
</volume>