1
0
IaC/ansible/roles/hypervisor_qcow/templates/zfs_libvirt_pool.xml.j2

6 lines
115 B
Plaintext
Raw Normal View History

2023-08-10 15:11:37 +00:00
<pool type="zfs">
<name>{{ item.name }}</name>
<source>
<name>{{ item.dataset }}</name>
</source>
</pool>