pvc-ansible/roles/pvc/templates/libvirt/ceph-secret.xml.j2

7 lines
165 B
Plaintext
Raw Normal View History

2023-09-01 15:42:19 -04:00
<secret ephemeral='no' private='no'>
<uuid>{{ ceph_storage_secret_uuid }}</uuid>
<usage type='ceph'>
<name>client.libvirt secret</name>
</usage>
</secret>