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

6 lines
132 B
Plaintext
Raw Permalink Normal View History

2023-08-10 20:52:27 -04:00
<pool type="zfs">
<name>{{ item.name | split('/') | last }}</name>
<source>
<name>{{ item.name }}</name>
</source>
</pool>