diff --git a/restart-tailscale.yml b/restart-tailscale.yml new file mode 100644 index 0000000..0546102 --- /dev/null +++ b/restart-tailscale.yml @@ -0,0 +1,10 @@ +--- +- name: Restart Tailscale + hosts: all + become: yes + + tasks: + - name: Restart Tailscale daemon + ansible.builtin.systemd: + name: tailscaled + state: restarted \ No newline at end of file