No description
Find a file
2024-06-21 14:48:48 +02:00
.github/workflows chore: add ff-merge workflow 2024-06-13 12:11:27 +02:00
playbooks feat(standupbot): add initial role and playbook 2023-01-13 14:48:46 +01:00
plugins feat(matrix_member): support force join for local users 2023-03-30 20:41:50 +02:00
roles update(hedwig): bump version to 2.0.0-rc.0 2024-06-21 14:48:48 +02:00
tests chore: reformat with black 2023-09-27 07:44:22 +02:00
.editorconfig Make the ansible linter happy 2019-02-18 00:27:45 +01:00
.gitignore chore: gitignore pycache 2023-02-22 14:10:25 +01:00
.gitlab-ci.yml chore: update gitlab paths 2022-10-10 17:05:32 +02:00
CHANGELOG.md feat(ttbot): add timetracking bot role 2020-12-16 10:22:36 +00:00
CODEOWNERS chore: update CODEOWNERS 2023-08-21 10:25:38 +02:00
galaxy.yml chore: fix lints 2023-07-07 09:35:45 +02:00
LICENSE.md add README, LICENSE and CODEOWNER 2020-02-14 01:49:48 +01:00
README.md chore(barad_dur): fix lints 2023-07-06 22:40:17 +02:00
requirements.txt feat: Add ansible-test and refactor plugins 2022-07-29 10:50:14 +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