Auto-generate matrix_bot_matrix_registration_bot_bot_password via group vars

This commit is contained in:
Slavi Pantaleev
2024-01-09 10:19:41 +02:00
parent 2642cc1b18
commit bf95ad2235
4 changed files with 4 additions and 7 deletions

View File

@ -21,9 +21,6 @@ matrix_bot_matrix_registration_bot_enabled: true
# To use a different username, uncomment & adjust the variable below:
# matrix_bot_matrix_registration_bot_matrix_user_id_localpart: bot.matrix-registration-bot
# Generate a strong password here. Consider generating it with `pwgen -s 64 1`
matrix_bot_matrix_registration_bot_bot_password: PASSWORD_FOR_THE_BOT
# Enables registration
matrix_synapse_enable_registration: true
@ -31,7 +28,7 @@ matrix_synapse_enable_registration: true
matrix_synapse_registration_requires_token: true
```
The bot account will be created automatically.
The bot's user account will be created automatically.
## Installing