Update 'roles/webserver/tasks/tor.yml'

This commit is contained in:
deepend 2023-07-10 14:33:30 +00:00
parent 711e593fb6
commit 8c27f62718
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
#This play configs tor for us #This play configs tor for us
--- ---
- name: Create hidden_service directory
file:
path: /var/lib/tor/hidden_service
state: directory
owner: root
group: root
mode: 0770
- name: Deploy torrc file - name: Deploy torrc file
copy: copy:
src: ../files/etc/tor/torrc src: ../files/etc/tor/torrc