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

7 lines
169 B
Plaintext
Raw Normal View History

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