]> freie-schul-it.de Git - fsit_smgt.git/blobdiff - tasks/collabora.yml
notify war falsch eingerückt
[fsit_smgt.git] / tasks / collabora.yml
index 6f0c65d15e43272f4e698a5808d895687a1c4116..2ef10bd2fd2b4240ee94fe346aac6228aa7d7a69 100644 (file)
@@ -9,5 +9,15 @@
 - name: Install server specific packages
   ansible.builtin.apt:
     pkg:
-      - htop
+      - coolwsd
+      - code-brand
+- name: Insert lines with external Nextcloud-IPs
+  ansible.builtin.blockinfile:
+    dest: /etc/coolwsd/coolwsd.xml
+    insertbefore:
+    block: |
+      <host desc={{ fsit_smgt_collabora_post_allow }}</host>
+    backup: yes
+  notify:
+    - Restart coolwsd service