feat(talk/turn/signaling/hpb): add role for Talk with backend services
This commit is contained in:
parent
78095cca1d
commit
27255a4bfa
25 changed files with 930 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue