pvc-ansible/group_vars/default
Joshua Boniface 8ba0ca02b1 Add SSHFS auto_mount example to group_vars 2023-11-08 12:33:34 -05:00
..
README.md Adjust readme texts 2023-09-01 15:42:29 -04:00
base.yml Allow specifying alternate channels in IPMI 2023-09-01 15:42:29 -04:00
bootstrap.yml Add argument example to bootstrap.yml 2023-09-01 15:42:28 -04:00
pvc.yml Add SSHFS auto_mount example to group_vars 2023-11-08 12:33:34 -05:00

README.md

PVC Ansible group_vars

Use this "default" set of variables as a template for your own clusters.

  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.