mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Support local vault overrides and optional vault pass file
This commit is contained in:
2
secrets/.gitignore
vendored
2
secrets/.gitignore
vendored
@@ -1,2 +1,4 @@
|
||||
.vault_pass
|
||||
.vault_pass*
|
||||
vault.local.yml
|
||||
vault.local.yml*
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user