forked from data.coop/ansible
Add file showing the variables contained in secrets.yml
This commit is contained in:
parent
09617dd35a
commit
4f07b8edb2
27
group_vars/all/secrets.yml.contents
Normal file
27
group_vars/all/secrets.yml.contents
Normal file
|
@ -0,0 +1,27 @@
|
|||
# These are the variables contained in secrets.yml
|
||||
|
||||
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
|
Loading…
Reference in a new issue