Initial commit of PVC Ansible role
This commit is contained in:
6
roles/pvc/templates/libvirt/ceph-secret.xml.j2
Normal file
6
roles/pvc/templates/libvirt/ceph-secret.xml.j2
Normal file
@ -0,0 +1,6 @@
|
||||
<secret ephemeral='no' private='no'>
|
||||
<uuid>{{ ceph_storage_secret_uuid }}</uuid>
|
||||
<usage type='ceph'>
|
||||
<name>client.libvirt secret</name>
|
||||
</usage>
|
||||
</secret>
|
Reference in New Issue
Block a user