Added coolwsd config

This commit is contained in:
Philip (a-0) 2023-01-23 19:03:51 +01:00
parent 3b5e3e17bf
commit 507efa2af7
2 changed files with 295 additions and 0 deletions

View file

@ -41,3 +41,15 @@
- code-brand
update_cache: yes
- name: Set config file
template:
src: coolwsd.xml.j2
dest: /etc/coolwsd/coolwsd.xml
owner: cool
group: cool
- name: Restart doc server
service:
name: coolwsd
state: restarted
enabled: yes