We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b719df commit 31b9746Copy full SHA for 31b9746
environments/.caas/README.md
@@ -12,7 +12,9 @@ Non-standard things for this environment:
12
azimuth_caas_stackhpc_slurm_appliance_template:
13
...
14
envVars:
15
- ANSIBLE_INVENTORY: environments/common/inventory,environments/.caas/inventory
+ ANSIBLE_INVENTORY: environments/common/inventory,environments/site/inventory,environments/.caas/inventory
16
+
17
+ ([Source](https://github.com/azimuth-cloud/ansible-collection-azimuth-ops/blob/main/roles/azimuth_caas_operator/defaults/main.yml#L199))
18
19
Ansible then defines `ansible_inventory_sources` which contains absolute paths, and
20
that is used to derive the `appliances_environment_root` and
0 commit comments