From 4f07b8edb2bf8a9f5ee0e6b9c3180e4e1f70be9c Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Sat, 11 Apr 2020 16:28:38 +0200 Subject: [PATCH] Add file showing the variables contained in secrets.yml --- group_vars/all/secrets.yml.contents | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 group_vars/all/secrets.yml.contents 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