Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

cendio/thinlinc-ansible-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unmaintained repository

This repository is unmaintained. Development has moved to an Ansible role for the ThinLinc Server.

ThinLinc Ansible module

This repository provides an Ansible module for installing and setting up ThinLinc clusters.

Usage

What you need to do:

  1. Prepare target machines - install base system, set up ssh keys for passwordless logins from your user to root@machine.

  2. Copy inventory.template to inventory and enter the server names for each role.

  3. Test ansible with a simple ping action:

    ansible all -i inventory -m ping

  4. Place a ThinLinc Server bundle zip file in this folder.

  5. Update the group_vars/thinlinc file with the version, build number and server zip file name. This file also holds the settings used for tl-setup, so make sure to review them.

  6. Run ansible-playbook to download and install the ThinLinc server bundle on your servers:

    ansible-playbook -i inventory thinlinc-install.yml

License

GPLv3. (See LICENSE)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published