iancleary.tailscale
ARCHIVED
ansible-role-tailscale
This repository is archived. I will not be maintaining it anymore. You can do anything allowed by the LICENSE.
If you're interested, check out this article on NixOS vs Ansible for more information.
This role installs Tailscale (a secure network that works easily), but does not connect it to your Tailscale network!
After using this role, connect your machine to Tailscale.
Log in directly via SSH Connect your machine to your Tailscale network and authenticate in your browser:
sudo tailscale up
You’re connected! You can find your Tailscale IPv4 address by running:
tailscale ip -4
Requirements
Supported and Tested ansible_os_families
:
- Ubuntu 22.04
- Ubuntu 20.04
Pull Requests are welcome!
Role Variables
No role variables are used.
Dependencies
N/A
Example Playbook
Here’s how to use this role in a playbook:
- hosts: servers
user: unprivileged
roles:
- role: iancleary.tailscale
become: true
- hosts: servers
user: root
roles:
- role: iancleary.tailscale
License
Author Information
This role was created in 2021 by Ian Cleary.
The structure of this repo was inspired by Jeff Geerling.
Ansible role to install Tailscale (A secure network that just works)
ansible-galaxy install iancleary.tailscale