Merge pull request 'feature/coturn-docker' (#2) from feature/coturn-docker into master

Reviewed-on: #2
This commit is contained in:
Jan Beilicke 2022-10-03 20:00:35 +00:00
commit e64a056966
4 changed files with 12 additions and 0 deletions

View file

@ -25,6 +25,7 @@ The main goals of this project are:
- [ONLYOFFICE Document Server](https://www.onlyoffice.com/) (integrates with Nextcloud)
- [Collabora Online Development Edition](https://www.collaboraoffice.com/code/) (integrates with Nextcloud)
- [Cryptpad](https://cryptpad.fr/)
- [Coturn TURN/STUN server](https://github.com/coturn/coturn)
### WIP

7
coturn.yml Normal file
View file

@ -0,0 +1,7 @@
---
# coturn TURN server
- hosts: coturn
become: true
roles:
- jotbe.coturn-docker

View file

@ -11,6 +11,9 @@
- name: jotbe.nextcloud-docker
src: https://git.jotbe.io/jotbe/ansible-role-nextcloud-docker.git
scm: git
- name: jotbe.coturn-docker
src: https://git.jotbe.io/jotbe/ansible-role-coturn-docker.git
scm: git
- name: jotbe.jitsi-docker
src: https://git.jotbe.io/jotbe/ansible-role-jitsi-docker.git
scm: git

View file

@ -5,5 +5,6 @@
- import_playbook: docker.yml
- import_playbook: nextcloud.yml
- import_playbook: collabora-online.yml
- import_playbook: coturn.yml
- import_playbook: jitsi.yml
- import_playbook: cryptpad.yml