Added Collabora Online Developer Edition (CODE)

This commit is contained in:
Jan Beilicke 2020-03-28 18:07:00 +01:00
parent cfc3f3955e
commit ef234dae67
4 changed files with 14 additions and 1 deletions

View file

@ -16,10 +16,10 @@ The main goals of this project are:
- Nextcloud Hub - Nextcloud Hub
- Jitsi Meet - Jitsi Meet
- Collabora Online (integrates with Nextcloud)
### WIP ### WIP
- Collabora Online with integration for Nextcloud
- BigBlueButton - BigBlueButton
### Backlog ### Backlog

7
collabora-online.yml Normal file
View file

@ -0,0 +1,7 @@
---
# Nextcloud Hub
- hosts: collabora
become: true
roles:
- jotbe.collabora-online-docker

View file

@ -15,3 +15,6 @@ vagrant
[jitsi_docker] [jitsi_docker]
vagrant vagrant
[collabora]
vagrant

View file

@ -13,3 +13,6 @@
- name: jotbe.jitsi-docker - name: jotbe.jitsi-docker
src: https://git.jotbe.io/jotbe/ansible-role-jitsi-docker.git src: https://git.jotbe.io/jotbe/ansible-role-jitsi-docker.git
scm: git scm: git
- name: jotbe.collabora-online-docker
src: https://git.jotbe.io/jotbe/ansible-role-collabora-online-docker.git
scm: git