# Example map of vault values to bootstrap
# These should be encrypted with Ansible Vault if actually stored here
hashi_vault_values:
  nextcloud:
    db_name: nextcloud
    # Eventually replace this with dynamic secrets from Hashicorp Vault
    db_user: nextcloud
    db_pass: nextcloud
  mysql:
    root_password: supersecretpassword
  slack:
    bot_url: ...
    bot_token: ...
    hook_url: ...
  grafana:
    alert_email_addresses: email@example.com
  backups:
    backup_passphrase: tellnoone

vault_userpass:
  - name: admin
    password: foo
    policies: default