Skip to content

LLEB-ME/ansible-tail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-tail

Install Tailscale using Ansible. Successor to update-tail.

USAGE

Ensure that you have Tar installed. Servers running Alpine Linux need the unzip package installed. iptables is required if a server is being used as an exit node— the firewall will be adjusted automatically.

  1. Install and configure Ansible. Optionally, if a device is going to be used as an exit node, add it to both [hosts] and [exit_nodes].
  2. Clone this repository (git clone git@github.com:LLEB-ME/ansible-tail.git)
  3. Set the relevant variables in config.yml.example and rename to config.yml
  4. Run this playbook (ansible-playbook tailscale.yml -bK)

ACKNOWLEDGEMENTS

This playbook is not intended for deployment or active usage in the Farer network. This source is not intended to be visible to all members currently. This will change in the future and is planned to be made public.

The OpenRC service files are from the tailscale-openrc package on Alpine Linux.

Releases

No releases published

Languages