modernize configuration

This commit is contained in:
Robert Kaussow 2019-08-12 00:32:36 +02:00
parent acf9c3c190
commit 890c2d3fdf
2 changed files with 552 additions and 486 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
#jinja2: lstrip_blocks: True
# {{ ansible_managed }}
{{ ansible_managed | comment }}
version: 1
formatters:
@ -35,8 +35,8 @@ loggers:
# beware: increasing this to DEBUG will make synapse log sensitive
# information such as access tokens.
level: {{ matrix_log_synapse_sql_level }}
{% if matrix_ldap_auth_enabled %}
ldap3:
level: {{ matrix_log_ldap_level }}