feat: new headscale role

This commit is contained in:
Iain Learmonth 2026-05-25 08:23:29 +01:00
parent 9c182dba10
commit 8162595b34
9 changed files with 428 additions and 0 deletions

View file

@ -0,0 +1,14 @@
=========================================================
A Headscale instance is hosted on this server.
Podman user: {{ podman_headscale_podman_rootless_user }}
=========================================================
# Become the podman user
sudo -iu {{ podman_headscale_podman_rootless_user }}
# Check the Headscale status
systemctl --user status headscale.service
# Restart Headscale
systemctl --user restart headscale.service
# Follow the logs for Headscale
journalctl --user -fu headscale.service
=========================================================