From 406e19a95cd80d4b88422d0102635199358117cd Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Wed, 27 Jan 2021 13:17:30 +0100 Subject: [PATCH] Document new secrets needed in secrets.yml --- group_vars/all/secrets.yml.contents | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/group_vars/all/secrets.yml.contents b/group_vars/all/secrets.yml.contents index b328038..b200303 100644 --- a/group_vars/all/secrets.yml.contents +++ b/group_vars/all/secrets.yml.contents @@ -1,4 +1,5 @@ # These are the variables contained in secrets.yml +# Secrets are usually 32 characters or more, matching [a-Z0-9] postgres_passwords: fider: xxx @@ -25,3 +26,7 @@ drone_secrets: oauth_client_id: xxx oauth_client_secret: xxx rpc_shared_secret: xxx + +restic_secrets: + user_secret: xxx + encryption_secret: xxx