Skip to content

pewo/ansible-role-thinlinc-server-prereq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-thinlinc-server-prereq

Prepare servers to be able to install ThinLinc using https://github.com/cendio/ansible-role-thinlinc-server.

Installed Thinlinc 4.14.0 on virtual machines:

Installed Thinlinc 4.14.0 on containers:

Not yet tested virtual machines:

  • SUSE Linux Enterprise Server 15 ( Requires extra repos, see tasks/pre_suse.yml )

Playbook Variables:

  install_xfce: false  # Change to true if you want to install Xfce

Example playbook:

  ---
  - hosts: all
    gather_facts: false
  
    roles:
      - { role: ansible-role-thinlinc-server-prereq, install_xfce: true }
      - { role: ansible-role-thinlinc-server, thinlinc_accept_eula: "yes", thinlinc_server_bundle: "/local/artifactory/tl-4.14.0-server.zip" }

Releases

No releases published

Packages

No packages published