Initial commit of PVC Ansible role

This commit is contained in:
2023-09-01 15:42:19 -04:00
commit 6dfaf433dc
92 changed files with 4709 additions and 0 deletions

13
roles/pvc/README.md Normal file
View File

@@ -0,0 +1,13 @@
# package-pvc
This package configures the PVC virtual cluster system.
# Supplemental variables
## Configurable
### `ceph_storage_secret_key`: The Ceph storage secret key in base64 format.
* Should be obtained from Ceph cluster.
### `ceph_storage_secret_uuid`: A UUID for the Ceph secret in libvirt.
* Should be unique per cluster.