2022-07-22 02:03:40 +00:00
|
|
|
# Example map of vault values to bootstrap
|
|
|
|
# These should be encrypted with Ansible Vault if actually stored here
|
2022-06-28 19:11:24 +00:00
|
|
|
hashi_vault_values:
|
|
|
|
nextcloud:
|
|
|
|
db_name: nextcloud
|
2022-07-22 02:03:40 +00:00
|
|
|
# Eventually replace this with dynamic secrets from Hashicorp Vault
|
2022-06-28 19:11:24 +00:00
|
|
|
db_user: nextcloud
|
2022-07-22 02:03:40 +00:00
|
|
|
db_pass: nextcloud
|
2022-06-28 19:11:24 +00:00
|
|
|
mysql:
|
|
|
|
root_password: supersecretpassword
|
2022-07-21 22:54:05 +00:00
|
|
|
slack:
|
|
|
|
bot_url: ...
|
|
|
|
bot_token: ...
|
|
|
|
hook_url: ...
|
|
|
|
grafana:
|
|
|
|
alert_email_addresses: email@example.com
|
2022-07-22 02:03:40 +00:00
|
|
|
backups:
|
|
|
|
backup_passphrase: tellnoone
|