Commit graph

5 commits

Author SHA1 Message Date
Jadyn Emma Jaeger
52785ab768
feat: Add ansible-test and refactor plugins 2022-07-29 10:50:14 +02:00
Jan Christian Grünhage
c318acccbd feat(matrix_token_login): add module for jwt token based logins 2022-04-11 23:04:45 +02:00
Jadyn Emma Jaeger
7d3f135397
feat(synapse_ratelimit): add initial module
ref https://gitlab.com/famedly/ansible/collections/local/-/issues/71
2021-06-02 13:25:25 +02:00
Jadyn Emma Jaeger
c076c1bba8
fix(AnsibleNioModule): typo - error_json has to be fail_json 2021-04-28 11:22:42 +02:00
Jadyn Emma Jaeger
0a4af363d3
refactor(modules): add matrix_utils.AnsibleNioModule helper class, edit all modules accordingly
Matrix Login can be performed with username/password or token from each module.
`matrix_[uia]_login` and `matrix_logout` is only needed, longer operations are wanted.
modules called with username/password will logout automatically.
The login/logout process is handled by the helper class (except matrix_uia_login).
2021-04-19 10:14:49 +02:00