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.
2 parents c8131bf + fc365c2 commit c98b92bCopy full SHA for c98b92b
group_vars/cluster.yml
@@ -1,5 +1,7 @@
1
# Convert the variable supplied by the portal into the one expected by the Slurm appliance
2
update_enable: "{{ cluster_upgrade_system_packages | default('false') | bool }}"
3
+# Don't store the update logs as they are created in the job container anyway
4
+update_log_path: "{{ playbook_dir }}/logs/{{ inventory_hostname }}-updates.log"
5
6
# Read the secrets from the Ansible local facts on the control host
7
vault_azimuth_user_password: "{{ hostvars[groups['control'][0]].ansible_local.openhpc_secrets.vault_azimuth_user_password }}"
0 commit comments