File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 22# NB: this only works for playbooks in ansible/*, not in ansible/adhoc!
33appliances_repository_root : " {{ playbook_dir }}/../"
44
5- # Convert the variable supplied by the portal into the one expected by the Slurm appliance
6- update_enable : " {{ cluster_upgrade_system_packages | default('false') | bool }}"
7- # The update logs are written on the Ansible controller
8- # In CaaS, the Ansible controller is an ephemeral AWX pod, so all that matters is that
9- # this is a location that is writable by the container user
10- update_log_path : " {{ playbook_dir }}/.tmp/logs/{{ inventory_hostname }}-updates.log"
11-
125# Read the secrets from the Ansible local facts on the control host
136vault_azimuth_user_password : " {{ hostvars[groups['control'][0]].ansible_local.openhpc_secrets.vault_azimuth_user_password }}"
147vault_grafana_admin_password : " {{ hostvars[groups['control'][0]].ansible_local.openhpc_secrets.vault_grafana_admin_password }}"
You can’t perform that action at this time.
0 commit comments