Added coolwsd config
This commit is contained in:
parent
3b5e3e17bf
commit
507efa2af7
2 changed files with 295 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue