Remove more Tor relayor stuff

This commit is contained in:
Alan Orth 2018-08-29 09:08:12 +03:00
parent 7aa6384055
commit 6ef6f51966
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 0 additions and 9 deletions

View File

@ -20,10 +20,6 @@ Once you've satisfied the the above assumptions, you can execute:
$ ansible-playbook web.yml
If setting up Tor relays, you need to install the [ansible-relayor](https://github.com/nusenu/ansible-relayor) role:
$ ansible-galaxy install -r requirements.yml
## Todo
- Switch from `cron-apt` to [`unattended-upgrades`](https://wiki.debian.org/UnattendedUpgrades)

View File

@ -1,5 +0,0 @@
- src: https://github.com/nusenu/ansible-relayor
name: nusenu.relayor
version: master
# vim: set sw=2 ts=2: