]> freie-schul-it.de Git - fsit_smgt.git/blobdiff - tasks/collabora.yml
temporaer kopieren wir die ganze coolwsd.xml
[fsit_smgt.git] / tasks / collabora.yml
index 6f0c65d15e43272f4e698a5808d895687a1c4116..ba9c58eda231b93d9097fe51289226ca980e10e0 100644 (file)
@@ -9,5 +9,21 @@
 - 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: "</post_allow>"
+#    block: |
+#      <host desc={{ fsit_smgt_collabora_post_allow }}</host>
+#    backup: yes
+#  notify:
+#    - Restart coolwsd service
+- name: Temporary copy config file
+  ansible.builtin.copy:
+    src: collabora_coolwsd.xml
+    dest: /etc/coolwsd/coolwsd.xml
+    backup: yes
+  notify:
+    - Restart coolwsd service