Skip to content

iancleary/ansible-role-tailscale

Repository files navigation

ARCHIVED

ansible-role-tailscale

This repo is archived. I no longer plan to maintain it. You are welcome to do anything permitted by the LICENSE.

Why, see this article about NixOS vs Ansible for more details

CI workflow status Release workflow status Ansible Galaxy License

This role installs Tailscale (A secure network that just works), but does not connect it to your Tailscale network!

After using this role, connect your machine to Tailscale.

Login 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 welcome!

Role Variables

There are no role variables used.

Dependencies

N/A

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  user: unprivelaged
  roles:
    - role: iancleary.tailscale
      become: true
- hosts: servers
  user: root
  roles:
    - role: iancleary.tailscale

License

MIT

Author Information

This role was created in 2021 by Ian Cleary.

Inspiration for the structure of this repo came from Jeff Geerling.

About

Ansible role to install Tailscale (A secure network that just works)

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published