diff --git a/README.md b/README.md index 5caac18..2bdc669 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ The main goals of this project are: ### WIP -- [ONLYOFFICE Document Server](https://www.onlyoffice.com/) (integrates with Nextcloud) - [BigBlueButton](https://bigbluebutton.org/) ### Backlog diff --git a/onlyoffice-document-server.yml b/onlyoffice-document-server.yml deleted file mode 100644 index b2e59c5..0000000 --- a/onlyoffice-document-server.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -# Nextcloud Hub - -- hosts: onlyoffice_document_server - become: true - roles: - - jotbe.onlyoffice-document-server-docker \ No newline at end of file diff --git a/requirements.yml b/requirements.yml index 3a7d5b3..6204d82 100644 --- a/requirements.yml +++ b/requirements.yml @@ -16,6 +16,3 @@ - name: jotbe.collabora-online-docker src: https://git.jotbe.io/jotbe/ansible-role-collabora-online-docker.git scm: git -- name: jotbe.onlyoffice-document-server-docker - src: https://git.jotbe.io/jotbe/ansible-role-onlyoffice-document-server-docker.git - scm: git diff --git a/site.yml b/site.yml index e31c544..c97c193 100644 --- a/site.yml +++ b/site.yml @@ -4,5 +4,4 @@ - import_playbook: common.yml - import_playbook: docker.yml - import_playbook: nextcloud.yml -- import_playbook: collabora-online.yml - import_playbook: jitsi.yml