forked from data.coop/ansible
Document new secrets needed in secrets.yml
This commit is contained in:
parent
cec959a47e
commit
406e19a95c
|
@ -1,4 +1,5 @@
|
||||||
# These are the variables contained in secrets.yml
|
# These are the variables contained in secrets.yml
|
||||||
|
# Secrets are usually 32 characters or more, matching [a-Z0-9]
|
||||||
|
|
||||||
postgres_passwords:
|
postgres_passwords:
|
||||||
fider: xxx
|
fider: xxx
|
||||||
|
@ -25,3 +26,7 @@ drone_secrets:
|
||||||
oauth_client_id: xxx
|
oauth_client_id: xxx
|
||||||
oauth_client_secret: xxx
|
oauth_client_secret: xxx
|
||||||
rpc_shared_secret: xxx
|
rpc_shared_secret: xxx
|
||||||
|
|
||||||
|
restic_secrets:
|
||||||
|
user_secret: xxx
|
||||||
|
encryption_secret: xxx
|
||||||
|
|
Loading…
Reference in a new issue