2022-09-04 15:12:39 +02:00
|
|
|
- hosts: host.example.com
|
|
|
|
roles:
|
|
|
|
- matrixmailer
|
|
|
|
vars:
|
|
|
|
- matrixmailer_version: "0.1.0"
|
|
|
|
- matrixmailer_build: "x86_64-unknown-linux-musl"
|
2022-09-07 14:27:23 +02:00
|
|
|
# This is a very basic matrixmailer configuration. For more details, consult the matrixmailer documentation.
|
|
|
|
- matrixmailer_config:
|
|
|
|
clients:
|
|
|
|
- mxid: "@yourbot:example.com"
|
|
|
|
password: "p@ssw0rd"
|
|
|
|
mappings:
|
|
|
|
- room: "!idoftheroomyoucreatedbefore:example.com"
|