Initial commit
This commit is contained in:
commit
23cf91f21e
12 changed files with 273 additions and 0 deletions
43
meta/main.yml
Normal file
43
meta/main.yml
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
galaxy_info:
|
||||
author: Jan Beilicke
|
||||
description: Dockerized Jitsi Meet behind Traefik
|
||||
|
||||
#issue_tracker_url: https://git.jotbe.io/jotbe/ansible-role-docker-jitsi/issues
|
||||
|
||||
# Choose a valid license ID from https://spdx.org - some suggested licenses:
|
||||
# - BSD-3-Clause (default)
|
||||
# - MIT
|
||||
# - GPL-2.0-or-later
|
||||
# - GPL-3.0-only
|
||||
# - Apache-2.0
|
||||
# - CC-BY-4.0
|
||||
license: MIT
|
||||
|
||||
min_ansible_version: 2.9
|
||||
|
||||
# If this a Container Enabled role, provide the minimum Ansible Container version.
|
||||
# min_ansible_container_version:
|
||||
|
||||
#
|
||||
# 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: Debian
|
||||
versions:
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
|
||||
galaxy_tags:
|
||||
- docker
|
||||
- traefik
|
||||
- chat
|
||||
- videoconferencing
|
||||
|
||||
dependencies: []
|
||||
# - geerlingguy.pip
|
||||
# - geerlingguy.docker
|
||||
Loading…
Add table
Add a link
Reference in a new issue