Skip to content

Commit

Permalink
update headscale to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
kazauwa committed Dec 6, 2022
1 parent 9057847 commit 8fbfa51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A role that installs and manages [Headscale](https://github.com/juanfont/headsca
## Role Variables

- `headscale_version`
- Default: `0.15.0`
- Default: `0.17.1`
- Description: version of Headscale to install. List of avaliable versions can be found on [official releases page](https://github.com/juanfont/headscale/releases). Defaults to the latest avaliable.
- `headscale_arch`
- Default: `amd64`
Expand Down Expand Up @@ -68,7 +68,7 @@ None.
roles:
- kazauwa.headscale
vars:
headscale_version: '0.15.0'
headscale_version: '0.17.1'

## License

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
headscale_version: '0.15.0'
headscale_version: '0.17.1'
headscale_arch: 'amd64'
headscale_user_name: 'headscale'
headscale_user_group: '{{ headscale_user_name }}'
Expand Down

0 comments on commit 8fbfa51

Please sign in to comment.