forked from data.coop/ansible
63 lines
1.1 KiB
Plaintext
63 lines
1.1 KiB
Plaintext
# These are the variables contained in secrets.yml
|
|
# Secrets are usually 32 characters or more, matching [a-Z0-9]
|
|
---
|
|
postgres_passwords:
|
|
nextcloud: xxx
|
|
passit: xxx
|
|
gitea: xxx
|
|
matrix: xxx
|
|
mailu: xxx
|
|
keycloak: xxx
|
|
hedgedoc: xxx
|
|
mastodon: xxx
|
|
rallly: xxx
|
|
membersystem: xxx
|
|
|
|
ldap_admin_password: xxx
|
|
ldap_config_password: xxx
|
|
|
|
passit_secret_key: xxx
|
|
|
|
docker_password: xxx
|
|
|
|
mailu_secret_key: xxx
|
|
|
|
nextcloud_secrets:
|
|
redis_password: xxx
|
|
|
|
drone_secrets:
|
|
oauth_client_id: xxx
|
|
oauth_client_secret: xxx
|
|
rpc_shared_secret: xxx
|
|
|
|
restic_secrets:
|
|
repository_password: xxx
|
|
ssh_privkey: xxx
|
|
uptime_kuma_url: xxx
|
|
|
|
matrix_secrets:
|
|
registration_shared_secret: xxx
|
|
macaroon_secret_key: xxx
|
|
form_secret: xxx
|
|
|
|
keycloak_secrets:
|
|
admin_user: xxx # used for setting up the initial admin user on first run
|
|
admin_password: xxx
|
|
|
|
mastodon_secrets:
|
|
secret_key_base: xxx
|
|
otp_secret: xxx
|
|
vapid_private_key: xxx
|
|
vapid_public_key: xxx
|
|
|
|
rallly_secrets:
|
|
secret_password: xxx
|
|
|
|
membersystem_secrets:
|
|
secret_key: xxx
|
|
stripe_api_key: xxx
|
|
stripe_endpoint_secret: xxx
|
|
|
|
diun:
|
|
matrix_password: xxx
|