ansible-modules-matrix/README.md

18 lines
596 B
Markdown
Raw Normal View History

2020-02-14 00:45:30 +00: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](https://choosealicense.com/licenses/agpl-3.0/)