pvc-ansible/group_vars/default
Joshua Boniface 593b1efe6c Add additional hook type webhook to example 2022-01-01 02:17:49 -05:00
..
README.md Add example of a pvcbootstrapd variables file 2021-12-19 17:43:55 -05:00
base.yml Unify and standardize inventory_hostname 2021-11-11 17:19:03 -05:00
bootstrap.yml Add additional hook type webhook to example 2022-01-01 02:17:49 -05:00
pvc.yml Unify and standardize inventory_hostname 2021-11-11 17:19:03 -05:00

README.md

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.