mirror of
https://git.kaidan.im/lnj/ansible-role-ejabberd
synced 2020-03-25 15:46:19 +01:00
27 lines
848 B
YAML
27 lines
848 B
YAML
galaxy_info:
|
|
author: Linus Jahn
|
|
description: ejabberd service setup with xmpp-cloud-auth and MySQL/PostGreSql
|
|
|
|
license: MIT
|
|
min_ansible_version: 2.0
|
|
|
|
# Optionally specify the branch Galaxy will use when accessing the GitHub
|
|
# repo for this role. During role install, if no tags are available,
|
|
# Galaxy will use this branch. During import Galaxy will access files on
|
|
# this branch. If Travis integration is configured, only notifications for this
|
|
# branch will be accepted. Otherwise, in all cases, the repo's default branch
|
|
# (usually master) will be used.
|
|
#github_branch:
|
|
|
|
#
|
|
# platforms is a list of platforms, and each platform has a name and a list of versions.
|
|
#
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- stretch
|
|
|
|
galaxy_tags: ['server', 'xmpp', 'ejabberd', 'nextcloud', 'sslh']
|
|
|
|
dependencies: []
|
|
|