chore: update ansible vault secrets and credentials

Updated encrypted vault.yml file with new credentials and
secrets for production infrastructure
This commit is contained in:
2026-05-17 07:32:51 -04:00
parent 52d444f731
commit 698ceacb74
6 changed files with 502 additions and 491 deletions

View File

@@ -56,6 +56,9 @@ mnemosyne_db_password: "{{ vault_mnemosyne_db_password }}"
hold_slayer_db_name: hold_slayer
hold_slayer_db_user: hold_slayer
hold_slayer_db_password: "{{ vault_hold_slayer_db_password }}"
hecate_db_name: hecate
hecate_db_user: hecate
hecate_db_password: "{{ vault_hecate_db_password }}"
# PostgreSQL admin password
postgres_password: "{{ vault_postgres_password }}"