diff --git a/group_vars/all/secrets.yml.contents b/group_vars/all/secrets.yml.contents new file mode 100644 index 0000000..b328038 --- /dev/null +++ b/group_vars/all/secrets.yml.contents @@ -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