thinlinc-server: Add web access configuration

Still lacks support for real certificates.
This commit is contained in:
Timo Makinen 2021-03-22 19:03:09 +00:00
parent aed88b417b
commit 480db886ca
2 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,10 @@
---
- name: restart tlwebaccess
service:
name: tlwebaccess
state: restarted
- name: restart vsmagent
service:
name: vsmagent
state: restarted