X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/7053b91712922148a6c6879604b03e510743cbde..e90bfd594054020d79964adf4995614bf8579711:/tasks/collabora.yml?ds=sidebyside diff --git a/tasks/collabora.yml b/tasks/collabora.yml index 6f0c65d..ba9c58e 100644 --- a/tasks/collabora.yml +++ b/tasks/collabora.yml @@ -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: "" +# block: | +# +# 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