feat(ansible): add mnemosyne db and update ouranos documentation

- Configure mnemosyne database credentials in ansible inventory
- Update postgresql playbook to provision user and database
- Add setup instructions and DB list to documentation
This commit is contained in:
2026-04-13 14:31:21 +00:00
parent 2f5a445945
commit d60b9a972f
3 changed files with 35 additions and 1 deletions

View File

@@ -50,6 +50,9 @@ periplus_db_password: "{{ vault_periplus_db_password }}"
daedalus_db_name: daedalus
daedalus_db_user: daedalus
daedalus_db_password: "{{ vault_daedalus_db_password }}"
mnemosyne_db_name: mnemosyne
mnemosyne_db_user: mnemosyne
mnemosyne_db_password: "{{ vault_mnemosyne_db_password }}"
# PostgreSQL admin password
postgres_password: "{{ vault_postgres_password }}"