Compare commits
2 commits
9d10a4dbaf
...
20ee4d9d16
Author | SHA1 | Date | |
---|---|---|---|
20ee4d9d16 | |||
9a8537fbf8 |
4 changed files with 12 additions and 0 deletions
|
@ -26,6 +26,7 @@ The main goals of this project are:
|
|||
|
||||
### WIP
|
||||
|
||||
- [ONLYOFFICE Document Server](https://www.onlyoffice.com/) (integrates with Nextcloud)
|
||||
- [BigBlueButton](https://bigbluebutton.org/)
|
||||
|
||||
### Backlog
|
||||
|
|
7
onlyoffice-document-server.yml
Normal file
7
onlyoffice-document-server.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# Nextcloud Hub
|
||||
|
||||
- hosts: onlyoffice_document_server
|
||||
become: true
|
||||
roles:
|
||||
- jotbe.onlyoffice-document-server-docker
|
|
@ -16,3 +16,6 @@
|
|||
- 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
|
||||
|
|
1
site.yml
1
site.yml
|
@ -4,4 +4,5 @@
|
|||
- import_playbook: common.yml
|
||||
- import_playbook: docker.yml
|
||||
- import_playbook: nextcloud.yml
|
||||
- import_playbook: collabora-online.yml
|
||||
- import_playbook: jitsi.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue