Add example of a pvcbootstrapd variables file

Also add a README to clarify some details.
This commit is contained in:
2021-12-19 16:56:14 -05:00
parent 908982e97d
commit 265a1b7ad2
2 changed files with 215 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# PVC Ansible `group_vars`
1. There should always be at least two (2) files here, with an optional third (3rd):
* `base.yml`: Specifies basic cluster information.
* `pvc.yml`: Specifies PVC system information.
* `bootstrap.yml`: Specifies `pvcbootstrapd` deployment information (optional).
2. The files can be named arbitrarily, but these named are highly recommended. If the names are changed, and you use `pvcbootstrapd`, ensure you set them properly in its configuration.
These files are self-documented; read the comments carefully.