Matrix Docker Ansible eploy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #jinja2: lstrip_blocks: "True"
- id: signal
- as_token: "{{ matrix_mautrix_signal_appservice_token }}"
- hs_token: "{{ matrix_mautrix_signal_homeserver_token }}"
- namespaces:
- users:
- - exclusive: true
- regex: '^@signal_.+:{{ matrix_mautrix_signal_homeserver_domain|regex_escape }}$'
- aliases:
- - exclusive: true
- regex: '^#signal_.+:{{ matrix_mautrix_signal_homeserver_domain|regex_escape }}$'
- url: {{ matrix_mautrix_signal_appservice_address }}
- sender_localpart: signalbot
- rate_limited: false
|