Skip to content

Commit 32e9838

Browse files
committed
alertmanager admin passwd group_var
1 parent a3be3c9 commit 32e9838

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

environments/.caas/inventory/group_vars/all/cluster.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ vault_elasticsearch_kibana_password: "{{ hostvars[groups['control'][0]].ansible_
1111
vault_mysql_root_password: "{{ hostvars[groups['control'][0]].ansible_local.openhpc_secrets.vault_mysql_root_password }}"
1212
vault_mysql_slurm_password: "{{ hostvars[groups['control'][0]].ansible_local.openhpc_secrets.vault_mysql_slurm_password }}"
1313
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 }}"
1415

1516
# Override this to cope with the case where the podman group just doesn't exist
1617
appliances_local_users_podman_enable: "{{ groups.get('podman', []) | length > 0 }}"

0 commit comments

Comments
 (0)