thinlinc-server: Tighten up TLS settings
This commit is contained in:
parent
67560714d8
commit
65e34954f0
1 changed files with 7 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue