From ef234dae67e6bcb742e2750008be17bceabd4290 Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Sat, 28 Mar 2020 18:07:00 +0100 Subject: [PATCH] Added Collabora Online Developer Edition (CODE) --- README.md | 2 +- collabora-online.yml | 7 +++++++ inventory.ini.sample | 3 +++ requirements.yml | 3 +++ 4 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 collabora-online.yml diff --git a/README.md b/README.md index 20141ab..4f400ca 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ The main goals of this project are: - Nextcloud Hub - Jitsi Meet +- Collabora Online (integrates with Nextcloud) ### WIP -- Collabora Online with integration for Nextcloud - BigBlueButton ### Backlog diff --git a/collabora-online.yml b/collabora-online.yml new file mode 100644 index 0000000..bebcac5 --- /dev/null +++ b/collabora-online.yml @@ -0,0 +1,7 @@ +--- +# Nextcloud Hub + +- hosts: collabora + become: true + roles: + - jotbe.collabora-online-docker \ No newline at end of file diff --git a/inventory.ini.sample b/inventory.ini.sample index cc0c25f..880b6bf 100644 --- a/inventory.ini.sample +++ b/inventory.ini.sample @@ -15,3 +15,6 @@ vagrant [jitsi_docker] vagrant + +[collabora] +vagrant diff --git a/requirements.yml b/requirements.yml index b378f06..6204d82 100644 --- a/requirements.yml +++ b/requirements.yml @@ -13,3 +13,6 @@ - name: jotbe.jitsi-docker src: https://git.jotbe.io/jotbe/ansible-role-jitsi-docker.git scm: git +- name: jotbe.collabora-online-docker + src: https://git.jotbe.io/jotbe/ansible-role-collabora-online-docker.git + scm: git