Add restart-tailscale.yml
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Restart Tailscale
|
||||
hosts: all
|
||||
become: yes
|
||||
|
||||
tasks:
|
||||
- name: Restart Tailscale daemon
|
||||
ansible.builtin.systemd:
|
||||
name: tailscaled
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user