Releases: artis3n/ansible-role-tailscale
Releases · artis3n/ansible-role-tailscale
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
verify
tasks 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.dev
is nowhello-ipn-dev
, which broke the CI checks. That is now fixed.
Added
- Added a
force
variable for users that want to ensuretailscale up
runs every time the role is invoked. This can be helpful if you change the arguments passed toup
and 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_skip
variable which can replacetailscale_auth_key
. Iftailscale_up_skip
is present, the role will install Tailscale onto a system but will not run thetailscale up
command 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
yamllint
from the CI process
1.8.0
Fixes
- Tailscale 1.2.x changed the
tailscale status
response, which broke this role. This release fixes that behavior and the role will correctly start up Tailscale again.
Added
- Added a
verbose
parameter to the role for verbose output in key areas without needing to run-vvv
on the entire ansible playbook. Helpful for troubleshooting and for submitting an issue to this repository.