This repository was archived by the owner on Nov 6, 2025. It is now read-only.
Releases: artis3n/ansible-role-tailscale
Releases · artis3n/ansible-role-tailscale
1.13.3
1.13.2
1.13.1
1.13.0
Added
- Added support for Oracle Linux (#114 per @pellegrino)
- Added Ubuntu 21.04 to the CI testing suite
Changed
Fixed
- The conditional check for whether Tailscale is already authenticated has improved robustness (#120 per @cmmarslender)
1.12.1
Changed
- Moved the auth key used during CI tests to an ephemeral auth key
verifytasks during CI testing are updated to account for new behavior in Tailscale 1.8.5
1.12.0
1.11.0
1.10.0
Fixed
- Tailscale's
hello.ipn.devis nowhello-ipn-dev, which broke the CI checks. That is now fixed.
Added
- Added a
forcevariable for users that want to ensuretailscale upruns every time the role is invoked. This can be helpful if you change the arguments passed toupand want to re-run the role and apply the new settings.
1.9.0
Fixed
- Arch Linux install instructions changed on Tailscale's website - updated the role to match the new (simpler!) instructions
Added
- Added a
tailscale_up_skipvariable which can replacetailscale_auth_key. Iftailscale_up_skipis present, the role will install Tailscale onto a system but will not run thetailscale upcommand to authenticate the node to your network. This is designed for build systems, such as AMI creation, where Tailscale should be packaged in but should not yet be added to the network.
Removed
- Removed
yamllintfrom the CI process
1.8.0
Fixes
- Tailscale 1.2.x changed the
tailscale statusresponse, which broke this role. This release fixes that behavior and the role will correctly start up Tailscale again.
Added
- Added a
verboseparameter to the role for verbose output in key areas without needing to run-vvvon the entire ansible playbook. Helpful for troubleshooting and for submitting an issue to this repository.