Releases: kazauwa/ansible-role-headscale
Releases · kazauwa/ansible-role-headscale
2.0.0
2.0.0 (2024-03-18)
Breaking
- Drop support for Ansible 2.9, migrate module names to FQCNs.
Fixed
- Squished annoying bug that prevented redownloading binary on version, arch or OS change (fb4c0bf).
1.4.0
1.4.0 (2024-03-18)
Fixed
- Fixed faulty logic causing the role to fail on the initial run (#5).
Changes
- Parametrize target OS in headscale download link (255be2b).
New Contributors
1.3.1
Changes
- Add support for config template, see
headscale_config_template
variable (80c6157)
- Bump default Headscale version to v0.22.3 (96f42b3)
1.3.0
Breaking
Changes
- Fix triggering changed state in Ansible caused by
headscale_pid_dir
mode (be60f3c)
- Restart Headscale after update (3cc93d7)
1.2.0
Changes
- Bump Headscale version to the latest (8fbfa51)
- Reload Headscale on config change instead of restarting (fafae46)
- Update docs for
headscale_enable_routes
and headscale_exit_nodes
variables (ac67ff0)