Install Tailscale using Ansible. Successor to update-tail
.
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.
- 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]
. - Clone this repository (
git clone git@github.com:LLEB-ME/ansible-tail.git
) - Set the relevant variables in
config.yml.example
and rename toconfig.yml
- Run this playbook (
ansible-playbook tailscale.yml -bK
)
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.