thinlinc-server: Tighten up TLS settings

This commit is contained in:
Timo Makinen 2021-03-22 19:51:52 +00:00
parent 67560714d8
commit 65e34954f0

View file

@ -94,6 +94,13 @@
line: "login_page=https://{{ inventory_hostname }}/"
notify: restart tlwebaccess
- name: configure webaccess tls settings
lineinfile:
path: /opt/thinlinc/etc/conf.d/webaccess.hconf
regexp: "^gnutls_priority=.*"
line: "gnutls_priority=SECURE256"
notify: restart tlwebaccess
- name: start thinlinc services
service:
name: "{{ item }}"