Go to file
2020-02-14 01:49:48 +01:00
.gitignore add README, LICENSE and CODEOWNER 2020-02-14 01:49:48 +01:00
CODEOWNERS add README, LICENSE and CODEOWNER 2020-02-14 01:49:48 +01:00
LICENSE.md add README, LICENSE and CODEOWNER 2020-02-14 01:49:48 +01:00
matrix-login.py Initial commit 2020-01-21 17:03:11 +01:00
matrix-logout.py Initial commit 2020-01-21 17:03:11 +01:00
matrix.py Initial commit 2020-01-21 17:03:11 +01:00
README.md add README, LICENSE and CODEOWNER 2020-02-14 01:49:48 +01:00

Matrix Ansible Modules

This repo contains a few ansible modules for working with matrix rooms.

Installation

To install these modules so that you can use them, put them into ~/.ansible/plugins/modules/ or for global installation, install them to /usr/share/ansible/plugins/modules/.

Usage

For usage examples, look at the doc comments included in the source files for the modules.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

AGPLv3