added handlers inclusive of tasks related to headscale, git, vim and tor, as well as those very tasks
This commit is contained in:
8
roles/init-server/tasks/contingent/pkg/tor.yml
Normal file
8
roles/init-server/tasks/contingent/pkg/tor.yml
Normal 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
|
||||
Reference in New Issue
Block a user