feat(talk/turn/signaling/hpb): add role for Talk with backend services

This commit is contained in:
Tobias Wüst 2026-05-22 01:10:56 +02:00 committed by Simon Bärlocher
parent 2c2dbbc648
commit 05fb62c75d
No known key found for this signature in database
GPG key ID: 63DE20495932047A
25 changed files with 930 additions and 0 deletions

15
roles/talk/meta/main.yml Normal file
View file

@ -0,0 +1,15 @@
#SPDX-License-Identifier: MIT-0
galaxy_info:
author: Digital Board Team
description: Deploy Nextcloud Talk High Performance Backend (nextcloud-spreed-signaling + Janus + NATS)
company: digitalboard.ch
license: GPL-2.0-or-later
min_ansible_version: "2.14"
galaxy_tags:
- nextcloud
- talk
- signaling
- hpb
- janus
- webrtc
dependencies: []