No description
Find a file
2022-07-01 13:37:09 +02:00
playbooks feat(hedwig): add generic playbook 2022-06-20 22:34:42 +02:00
plugins fix(matrix_token_login): improve handling of the admin flag 2022-05-05 10:57:28 +02:00
roles update(synapse): bump unstable version to 1.62.0rc2 2022-07-01 13:37:09 +02:00
.editorconfig Make the ansible linter happy 2019-02-18 00:27:45 +01:00
.gitignore chore: ignore built collection artifact 2020-08-10 13:11:08 +02:00
.gitlab-ci.yml ci: build/publish collection from CI 2020-08-10 13:11:08 +02:00
CHANGELOG.md feat(ttbot): add timetracking bot role 2020-12-16 10:22:36 +00:00
CODEOWNERS feat(synapse_ratelimit): add initial module 2021-06-02 13:25:25 +02:00
galaxy.yml chore: bump version to 0.2.2 and update changelog 2020-11-18 22:37:43 +01:00
LICENSE.md add README, LICENSE and CODEOWNER 2020-02-14 01:49:48 +01:00
README.md chore: mark panopticon+sygnal roles as unmaintained 2021-10-26 11:15:15 +02:00

Ansible Collection - famedly.matrix

Matrix

Modules

This collection contains modules for managing matrix rooms and more via ansible. They can modify room membership, aliases, server signing keys and even send messages into rooms from within ansible.

For more information on how to use the modules to manage matrix rooms via ansible, the README in ./plugins/modules/ provides more detailed information and an example playbook.

Roles

In addition to the modules, this role also contains a few roles for deploying commonly used matrix services:

  • synapse: synapse, a reference matrix homeserver implementation in python, maintained mostly by element.
  • element: element-web, a reference matrix client implementation, able to run in the browser, maintained by element.
  • hedwig: Hedwig, a push-gateway server alternative to sygnal, developed by Famedly.
  • barad-dur: Barad-dûr, a matrix phone-home stats collector alternative, developed by Famedly.

Unmaintained roles

  • sygnal: reference implementation of a matrix push gateway, unmaintained and no longer in use
  • panopticon: matrix phone-home stats collector, created by element, role unmaintained