1
0
IaC/ansible/roles/libvirt-server/templates/pool.xml.j2

10 lines
217 B
Plaintext
Raw Normal View History

2022-09-04 23:28:28 -04:00
<pool type="{{ libvirt_pool_type }}">
<name>{{ libvirt_pool_name }}</name>
<source>
2022-09-05 05:27:26 -04:00
<name>{{ libvirt_pool_source }}</name>
2022-09-04 23:28:28 -04:00
</source>
2022-09-05 05:27:26 -04:00
<target>
<path>{{ libvirt_pool_target }}</path>
</target>
2022-09-04 23:28:28 -04:00
</pool>