@@ -75,23 +75,23 @@ thinlinc_webaccess_port: 443
7575
7676The port on which the ThinLinc Web Access service listens on. See
7777[the documentation for this
78- parameter](https://www.cendio.com/resources/docs/tag-devel/html /config_webaccess.html#server-config-webaccess-listen_port).
78+ parameter](https://www.cendio.com/resources/docs/tag/config_webaccess.html#server-config-webaccess-listen_port).
7979
8080` ` ` yaml
8181thinlinc_webaccess_login_page : " tl-master-01.example.com"
8282` ` `
8383
8484The URL to the login page of ThinLinc Web Access on the master server.
8585See [the documentation for this
86- parameter](https://www.cendio.com/resources/docs/tag-devel/html /config_webaccess.html#server-config-webaccess-login_page).
86+ parameter](https://www.cendio.com/resources/docs/tag/config_webaccess.html#server-config-webaccess-login_page).
8787
8888` ` ` yaml
8989thinlinc_webadm_port : 1010
9090` ` `
9191
9292The port on which the ThinLinc Web Administration service listens on. See
9393[the documentation for this
94- parameter](https://www.cendio.com/resources/docs/tag-devel/html /config_tlwebadm.html#server-config-tlwebadm-listen_port).
94+ parameter](https://www.cendio.com/resources/docs/tag/config_tlwebadm.html#server-config-tlwebadm-listen_port).
9595
9696` ` ` yaml
9797thinlinc_webadm_password : " $6$7cc31a35e02e55ec$hm.1MsloeBJqNKljx9RH88Z/eRKZCka5ZlabkZGj0nYXh0IaxaiYucsDD.fGJ5sNPthWf63pXkCn9Nu0ua2Ye1"
@@ -100,15 +100,15 @@ thinlinc_webadm_password: "$6$7cc31a35e02e55ec$hm.1MsloeBJqNKljx9RH88Z/eRKZCka5Z
100100ThinLinc Web Administration password. This default password is
101101"thinlinc". Generate new hashes with ` /opt/thinlinc/sbin/tl-gen-auth`.
102102See [the documentation for this
103- parameter](https://www.cendio.com/resources/docs/tag-devel/html /config_tlwebadm.html#server-config-tlwebadm-password).
103+ parameter](https://www.cendio.com/resources/docs/tag/config_tlwebadm.html#server-config-tlwebadm-password).
104104
105105` ` ` yaml
106106thinlinc_agent_hostname: null
107107` ` `
108108
109109This allows you to modify the hostname reported by the agent server to
110110the client on connecting. See [ThinLinc in a NAT/Split-DNS
111- Environment](https://www.cendio.com/resources/docs/tag/network.html#network_nat )
111+ Environment](https://www.cendio.com/resources/docs/tag/network.html#network-nat )
112112for details.
113113
114114Setting `thinlinc_agent_hostname` to null sets this parameter to `ansible_fqdn`.
0 commit comments