File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
environments/.caas/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ vault_elasticsearch_kibana_password: "{{ hostvars[groups['control'][0]].ansible_
11
11
vault_mysql_root_password : " {{ hostvars[groups['control'][0]].ansible_local.openhpc_secrets.vault_mysql_root_password }}"
12
12
vault_mysql_slurm_password : " {{ hostvars[groups['control'][0]].ansible_local.openhpc_secrets.vault_mysql_slurm_password }}"
13
13
vault_openhpc_mungekey : " {{ hostvars[groups['control'][0]].ansible_local.openhpc_secrets.vault_openhpc_mungekey }}"
14
+ vault_alertmanager_admin_password : " {{ hostvars[groups['control'][0]].ansible_local.openhpc_secrets.vault_alertmanager_admin_password }}"
14
15
15
16
# Override this to cope with the case where the podman group just doesn't exist
16
17
appliances_local_users_podman_enable : " {{ groups.get('podman', []) | length > 0 }}"
You can’t perform that action at this time.
0 commit comments