Compare commits
No commits in common. "2a0b1c518d136098e87d18c32f440678d202a6f5" and "50b06b54cf6d4cd49a1e78a1472068fdf7729df3" have entirely different histories.
2a0b1c518d
...
50b06b54cf
2 changed files with 0 additions and 12 deletions
|
@ -1,8 +1,3 @@
|
|||
if [ "$(id -u)" -ne 0 ]; then
|
||||
echo 'This script must be run as root!' >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
pip3 install ansible
|
||||
ansible-galaxy install -fr requirements.yml
|
||||
ansible-playbook setup.yml
|
|
@ -29,13 +29,6 @@
|
|||
state: restarted
|
||||
daemon_reload: yes
|
||||
|
||||
- name: Ensure log file exists
|
||||
file:
|
||||
path: "{{ tor_logfile_path }}"
|
||||
state: touch
|
||||
owner: debian-tor
|
||||
mode: 0644
|
||||
|
||||
- name: (Re)start and enable tor service
|
||||
service:
|
||||
name: tor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue