File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Changed
1111
12+ ## [ 1.12] - 2025-01-07
13+
14+ ### Changed
15+
16+ - Updated to 4.18.0
17+ - Updated tlsetup answers to match the 4.18.0 changes
18+
1219## [ 1.11] - 2024-08-20
1320
1421### Changed
@@ -110,7 +117,8 @@ First release.
110117
111118- An Ansible role to install the ThinLinc server software.
112119
113- [ unreleased ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.11...HEAD
120+ [ unreleased ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.12...HEAD
121+ [ 1.12 ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.11...v1.12
114122[ 1.11 ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.10...v1.11
115123[ 1.10 ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.9...v1.10
116124[ 1.9 ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.8...v1.9
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ThinLinc End User License Agreement. NOTE: Setting this to yes is a
3636requirement for installing and using ThinLinc.
3737
3838` ` ` yaml
39- thinlinc_version : " 4.14 .0"
39+ thinlinc_version : " 4.18 .0"
4040` ` `
4141
4242ThinLinc version number.
Original file line number Diff line number Diff line change 33
44thinlinc_accept_eula : " no"
55
6- thinlinc_version : " 4.17 .0"
6+ thinlinc_version : " 4.18 .0"
77thinlinc_bundle_path : " tl-{{ thinlinc_version }}-server.zip"
88
99thinlinc_autoinstall_dependencies : " yes"
@@ -30,6 +30,9 @@ thinlinc_webadm_password: "$6$7cc31a35e02e55ec$hm.1MsloeBJqNKljx9RH88Z/eRKZCka5Z
3030# - parameters: auto-migrate old to new configuration
3131thinlinc_tlsetup_migrate_conf : " old"
3232
33+ thinlinc_hostname_choice : " ip"
34+ thinlinc_manual_agent_hostname : " "
35+
3336
3437# The agent hostname to report to clients. If your server is behind a
3538# firewall with NAT, this must be set to an address that forwards to
Original file line number Diff line number Diff line change 22install-gtk={{ thinlinc_autoinstall_dependencies | ternary('yes', 'no', 'no') }}
33email-address={{ thinlinc_email }}
44install-python-ldap={{ thinlinc_autoinstall_dependencies | ternary('yes', 'no', 'no') }}
5+ agent-hostname-choice={{ thinlinc_hostname_choice }}
6+ manual-agent-hostname={{ thinlinc_manual_agent_hostname }}
57setup-firewall=yes
68setup-selinux=yes
79setup-web-integration=yes
You can’t perform that action at this time.
0 commit comments