mirror of
https://github.com/NeilHanlon/ansible-role-matterbridge.git
synced 2024-11-14 19:51:26 +00:00
c08ad98b7b
This is so Ansible Galaxy names the role "matterbridge" instead of "ansible-role-matterbridge", which is redundant and annoying to type. Signed-off-by: Justin W. Flory <git@jwf.io>
41 lines
809 B
YAML
41 lines
809 B
YAML
---
|
|
galaxy_info:
|
|
role_name: matterbridge
|
|
author: "Justin W. Flory"
|
|
description: Deploy Matterbridge server on CentOS/RHEL
|
|
|
|
license: BSD-3-Clause
|
|
|
|
min_ansible_version: 2.9
|
|
|
|
# Provide a list of supported platforms, and for each platform a list of
|
|
# versions. If you don't wish to enumerate all versions for a particular
|
|
# platform, use 'all'. To view available platforms and versions (or
|
|
# releases), visit:
|
|
# https://galaxy.ansible.com/api/v1/platforms/
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
|
|
galaxy_tags:
|
|
- communication
|
|
- discord
|
|
- discourse
|
|
- facebook
|
|
- irc
|
|
- keybase
|
|
- matrix
|
|
- matterbridge
|
|
- mattermost
|
|
- minecraft
|
|
- reddit
|
|
- slack
|
|
- steam
|
|
- telegram
|
|
- twitch
|
|
- whatsapp
|
|
- zulip
|
|
|
|
dependencies: []
|