diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 000000000..c198167dc --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,24 @@ +--- +galaxy_info: + role_name: matrix-docker-ansible-deploy + author: spantaleev + description: Installs and manages matrix homeserver. + + issue_tracker_url: >- + https://github.com/spantaleev/matrix-docker-ansible-deploy + + license: AGPL-3.0 + + min_ansible_version: 2.8 + + # platforms: + # - name: EL + # versions: + # - 7 + + galaxy_tags: + - matrix + - synapse + - docker + + dependencies: []