Skip to content

Commit 2984292

Browse files
committed
temp fix: add alertmanager passwd to persist_openhpc_secrets template
1 parent 275da83 commit 2984292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/roles/persist_openhpc_secrets/templates/openhpc_secrets.fact

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
"vault_mysql_root_password": "{{ lookup('password', '/dev/null') }}",
77
"vault_mysql_slurm_password": "{{ lookup('password', '/dev/null') }}",
88
"vault_openhpc_mungekey": "{{ lookup('pipe', 'dd if=/dev/urandom bs=1 count=1024 2>/dev/null | base64') | regex_replace('\s+', '') }}"
9+
"vault_alertmanager_admin_password": "{{ lookup('password', '/dev/null') }}"
910
}

0 commit comments

Comments
 (0)