feat: headscale role

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

View file

@ -0,0 +1,8 @@
---
- name: Restart Headscale
ansible.builtin.systemd_service:
name: headscale
scope: user
state: restarted
become: true
become_user: "{{ podman_headscale_podman_rootless_user }}"