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