Implemented top domain as matrix username

This commit is contained in:
2024-01-19 16:34:23 +01:00
parent c4209f0559
commit b5af98525a
8 changed files with 24 additions and 24 deletions

View File

@@ -170,9 +170,10 @@ version_mastodon: "latest"
mastodon_single_user_mode: false
#### Matrix
matrix_admin_name: "admin" # Accountname of the matrix admin
matrix_playbook_tags: "setup-all,start" # For the initial update use: install-all,ensure-matrix-users-created,start
matrix_role: "compose" # Role to setup Matrix. Valid values: ansible, compose
matrix_admin_name: "admin"
matrix_server_name: "{{top_domain}}" # Adress for the account names etc.
#### Mailu
version_mailu: "2.0"