diff --git a/README.md b/README.md index 4a47c85..c83cc0d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ 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 diff --git a/coturn.yml b/coturn.yml deleted file mode 100644 index fe633b5..0000000 --- a/coturn.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -# coturn TURN server - -- hosts: coturn - become: true - roles: - - jotbe.coturn-docker \ No newline at end of file diff --git a/requirements.yml b/requirements.yml index 750669d..37a6773 100644 --- a/requirements.yml +++ b/requirements.yml @@ -11,9 +11,6 @@ - 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 diff --git a/site.yml b/site.yml index cc0265d..ad6fc60 100644 --- a/site.yml +++ b/site.yml @@ -5,6 +5,5 @@ - 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