feat(talk/turn/signaling/hpb): add role for Talk with backend services
This commit is contained in:
parent
1ddd5d9eb9
commit
6ebd5dc9ab
8 changed files with 204 additions and 6 deletions
|
|
@ -88,3 +88,21 @@
|
|||
become: yes
|
||||
roles:
|
||||
- digitalboard.core.opnform
|
||||
|
||||
- name: Deploy coturn TURN/STUN service
|
||||
hosts: turn_servers
|
||||
become: yes
|
||||
roles:
|
||||
- digitalboard.core.coturn
|
||||
|
||||
- name: Deploy Nextcloud Talk High Performance Backend
|
||||
hosts: talk_signaling_servers
|
||||
become: yes
|
||||
roles:
|
||||
- digitalboard.core.talk
|
||||
|
||||
- name: Deploy BookStack service
|
||||
hosts: bookstack_servers
|
||||
become: true
|
||||
roles:
|
||||
- digitalboard.core.bookstack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue