Support local vault overrides and optional vault pass file

This commit is contained in:
Fabio Scotto di Santolo
2026-04-02 10:42:14 +02:00
parent e11545644b
commit e898fd1bc0
7 changed files with 56 additions and 4 deletions

2
secrets/.gitignore vendored
View File

@@ -1,2 +1,4 @@
.vault_pass
.vault_pass*
vault.local.yml
vault.local.yml*

View File

@@ -7,7 +7,7 @@ vault_protonmail_email: "REPLACE_ME"
vault_icloud_mail_password: "REPLACE_ME"
vault_git_work_email: "REPLACE_ME"
vault_windows_psrp_host: "REPLACE_ME"
vault_windows_psrp_user: "REPLACE_ME"
vault_windows_psrp_user: 'MicrosoftAccount\user@example.com'
vault_windows_psrp_password: "REPLACE_ME"
vault_navidrome_db_password: "REPLACE_ME"
vault_postgres_root_password: "REPLACE_ME"