Skip to content

Commit 1a6bf1e

Browse files
committed
Update answers file with new responses
1 parent 3dbe781 commit 1a6bf1e

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Updated to 4.18.0
13+
- Updated tlsetup answers to match the 4.18.0 changes
1314

1415
## [1.11] - 2024-08-20
1516

defaults/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ thinlinc_webadm_password: "$6$7cc31a35e02e55ec$hm.1MsloeBJqNKljx9RH88Z/eRKZCka5Z
3030
# - parameters: auto-migrate old to new configuration
3131
thinlinc_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

templates/thinlinc-setup.answers.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
install-gtk={{ thinlinc_autoinstall_dependencies | ternary('yes', 'no', 'no') }}
33
email-address={{ thinlinc_email }}
44
install-python-ldap={{ thinlinc_autoinstall_dependencies | ternary('yes', 'no', 'no') }}
5+
agent-hostname-choice={{ thinlinc_hostname_choice }}
6+
manual-agent-hostname={{ thinlinc_manual_agent_hostname }}
57
setup-firewall=yes
68
setup-selinux=yes
79
setup-web-integration=yes

0 commit comments

Comments
 (0)