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

View file

@ -91,3 +91,7 @@
- name: Configure OIDC providers
ansible.builtin.include_tasks: oidc.yml
when: nextcloud_oidc_providers | length > 0 or nextcloud_oidc_providers_removed | length > 0
- name: Configure Nextcloud Talk (HPB + TURN + STUN)
ansible.builtin.include_tasks: talk.yml
when: nextcloud_enable_talk