- hosts: host.example.com roles: - matrixmailer vars: - matrixmailer_version: "0.1.0" - matrixmailer_build: "from_source" # 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" # The following option can be left out to use the default git repository - matrixmailer_git_repo: "https://git.myorg.com/user/matrixmailer.git"