Update 'roles/webserver/tasks/tor.yml'
This commit is contained in:
parent
711e593fb6
commit
8c27f62718
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue