added handlers inclusive of tasks related to headscale, git, vim and tor, as well as those very tasks

This commit is contained in:
2026-06-16 14:40:56 -04:00
parent a4c26fd9c3
commit dc8dbcc43e
4 changed files with 64 additions and 28 deletions

View File

@@ -0,0 +1,8 @@
---
- name: Starting and enabling TOR daemon service
become: true
ansible.builtin.systemd_service:
name: tor
scope: system
enabled: true
state: started