Skip to content

Commit be77d80

Browse files
committed
never run yum update as part of site.yml
1 parent 1e80b3b commit be77d80

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

group_vars/cluster.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
# NB: this only works for playbooks in ansible/*, not in ansible/adhoc!
33
appliances_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
136
vault_azimuth_user_password: "{{ hostvars[groups['control'][0]].ansible_local.openhpc_secrets.vault_azimuth_user_password }}"
147
vault_grafana_admin_password: "{{ hostvars[groups['control'][0]].ansible_local.openhpc_secrets.vault_grafana_admin_password }}"

0 commit comments

Comments
 (0)