add extras role

This commit is contained in:
uumas
2023-04-19 01:45:05 +03:00
parent 70a4684f51
commit d05e42fe18
36 changed files with 1017 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# {{ ansible_managed }}
database: postgres://{{ psql_dbs['maubot']['user'] }}:{{ psql_dbs['maubot']['password']|urlencode() }}@localhost/maubot
server:
hostname: localhost
public_url: {{ matrix_external_url }}
homeservers:
{{ matrix_domain }}:
url: http://localhost:8009
secret: {{ matrix_registration_shared_secret }}
admins:
{{ maubot_admin_user }}: {{ maubot_admin_password }}