feat: headscale role
This commit is contained in:
parent
9c182dba10
commit
3759f93a10
9 changed files with 476 additions and 0 deletions
|
|
@ -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
|
||||
=========================================================
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue