forked from data.coop/ansible
38 lines
636 B
Plaintext
38 lines
636 B
Plaintext
# These are the variables contained in secrets.yml
|
|
# Secrets are usually 32 characters or more, matching [a-Z0-9]
|
|
|
|
postgres_passwords:
|
|
fider: xxx
|
|
nextcloud: xxx
|
|
passit: xxx
|
|
gitea: xxx
|
|
matrix: xxx
|
|
codimd: xxx
|
|
mailu: xxx
|
|
ttrss: xxx
|
|
|
|
fider_jwt_secret: xxx
|
|
|
|
ldap_admin_password: xxx
|
|
ldap_config_password: xxx
|
|
|
|
passit_secret_key: xxx
|
|
|
|
docker_password: xxx
|
|
|
|
mailu_secret_key: xxx
|
|
|
|
drone_secrets:
|
|
oauth_client_id: xxx
|
|
oauth_client_secret: xxx
|
|
rpc_shared_secret: xxx
|
|
|
|
restic_secrets:
|
|
user_secret: xxx
|
|
encryption_secret: xxx
|
|
|
|
mailman_secrets:
|
|
postgres_password: xxx
|
|
hyperkitty_api_key: xxx
|
|
django_secret_key: xxx
|