Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion environments/.caas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Non-standard things for this environment:
azimuth_caas_stackhpc_slurm_appliance_template:
...
envVars:
ANSIBLE_INVENTORY: environments/common/inventory,environments/.caas/inventory
ANSIBLE_INVENTORY: environments/common/inventory,environments/site/inventory,environments/.caas/inventory

([Source](https://github.com/azimuth-cloud/ansible-collection-azimuth-ops/blob/main/roles/azimuth_caas_operator/defaults/main.yml#L199))

Ansible then defines `ansible_inventory_sources` which contains absolute paths, and
that is used to derive the `appliances_environment_root` and
Expand Down
Loading