From: Ullli Date: Thu, 4 Jun 2026 16:13:40 +0000 (+0200) Subject: config fuer coolwsd anpassen X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/commitdiff_plain/78390c226191eb95b586222196f4ea454a5d4d1d?ds=inline config fuer coolwsd anpassen --- diff --git a/defaults/main.yml b/defaults/main.yml index e56e5a6..d6222f5 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -15,3 +15,5 @@ fsit_smgt_dhcp_hosts: [] # Druckerzentrale fsit_smgt_lpadminuser: lpadmin fsit_smgt_lpadminuser_pw: LPadminUserPW$ +# Collabora +fsit_smgt_collabora_post_allow: diff --git a/tasks/collabora.yml b/tasks/collabora.yml index 88948e5..ee14b58 100644 --- a/tasks/collabora.yml +++ b/tasks/collabora.yml @@ -11,4 +11,13 @@ pkg: - 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