Compare commits

..

2 commits

Author SHA1 Message Date
20ee4d9d16 Adds ONLYOFFICE Document Server 2020-03-30 23:44:46 +02:00
9a8537fbf8 Adds Collabora Online to site.yml 2020-03-30 23:43:32 +02:00
4 changed files with 12 additions and 0 deletions

View file

@ -26,6 +26,7 @@ The main goals of this project are:
### WIP ### WIP
- [ONLYOFFICE Document Server](https://www.onlyoffice.com/) (integrates with Nextcloud)
- [BigBlueButton](https://bigbluebutton.org/) - [BigBlueButton](https://bigbluebutton.org/)
### Backlog ### Backlog

View file

@ -0,0 +1,7 @@
---
# Nextcloud Hub
- hosts: onlyoffice_document_server
become: true
roles:
- jotbe.onlyoffice-document-server-docker

View file

@ -16,3 +16,6 @@
- name: jotbe.collabora-online-docker - name: jotbe.collabora-online-docker
src: https://git.jotbe.io/jotbe/ansible-role-collabora-online-docker.git src: https://git.jotbe.io/jotbe/ansible-role-collabora-online-docker.git
scm: git scm: git
- name: jotbe.onlyoffice-document-server-docker
src: https://git.jotbe.io/jotbe/ansible-role-onlyoffice-document-server-docker.git
scm: git

View file

@ -4,4 +4,5 @@
- import_playbook: common.yml - import_playbook: common.yml
- import_playbook: docker.yml - import_playbook: docker.yml
- import_playbook: nextcloud.yml - import_playbook: nextcloud.yml
- import_playbook: collabora-online.yml
- import_playbook: jitsi.yml - import_playbook: jitsi.yml