- 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