summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt/openshift-cluster/templates/storage-pool.xml
blob: da139afd09e089a44cc802e8fde45951e9586bcb (plain)
1
2
3
4
5
6
<pool type='dir'>
  <name>{{ libvirt_storage_pool }}</name>
  <target>
    <path>{{ libvirt_storage_pool_path }}</path>
  </target>
</pool>