mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 05:34:16 +00:00
No description
.gitignore | ||
CODEOWNERS | ||
LICENSE.md | ||
matrix-login.py | ||
matrix-logout.py | ||
matrix.py | ||
README.md |
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.