23 lines
401 B
Text
23 lines
401 B
Text
|
ansible_become_password:
|
||
|
|
||
|
cifs_credentials:
|
||
|
username:
|
||
|
password:
|
||
|
|
||
|
# To generate random secret: openssl rand -base64 50
|
||
|
coturn_secrets:
|
||
|
static_auth_secret:
|
||
|
|
||
|
hedgedoc_secrets:
|
||
|
mysql_root_password:
|
||
|
|
||
|
searxng_secrets:
|
||
|
searxng_secret:
|
||
|
|
||
|
synapse_secrets:
|
||
|
postgres_user:
|
||
|
postgres_password:
|
||
|
turn_shared_secret: "{{ coturn_secrets['static_auth_secret'] }}"
|
||
|
macaroon_secret_key:
|
||
|
form_secret:
|