No description
Find a file
Jan Christian Grünhage a76ebb1fad fix(element): change folder name to match artifact
During the renaming of Riot to Element, the path for the webapp changed
from /opt/riot to /opt/element. In those folders, the archives are
unpacked, resulting in paths like /opt/element/riot-v${version}. Since
the archives are not yet renamed
(https://github.com/vector-im/element-web/issues/14896), this riot
reference has to stay for now. In the renaming, this was accidentally
changed prematurely, resulting in this regression.
2020-08-12 18:37:44 +02:00
plugins/modules fix(synapse): fix location of signing key module 2020-08-02 10:28:28 +02:00
roles fix(element): change folder name to match artifact 2020-08-12 18:37:44 +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
CODEOWNERS docs: add README for collection 2020-08-10 11:40:58 +02:00
galaxy.yml docs: add README for collection 2020-08-10 11:40:58 +02:00
LICENSE.md add README, LICENSE and CODEOWNER 2020-02-14 01:49:48 +01:00
README.md docs: add README for collection 2020-08-10 11:40:58 +02:00

Ansible Collection - famedly.matrix

Modules

This collection contains a few modules for managing matrix rooms and servers, as well as sending notifications from ansible to matrix.

  • matrix_login: Create an access token for a matrix account.
  • matrix_logout: Invalidates an access token.
  • matrix_notification: Sends a message to a matrix room.
  • matrix_room: Idempotently joins/creates a room with a given alias.
  • matrix_state: Ensures room state has a given content.
  • matrix_signing_key: Creates a server signing key.

Roles

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

  • synapse: Homeserver, this is where your accounts live.
  • element: Web client, for using your accounts.

For details on using these, look at the README.md in the respective role directory.