From 23073100cefe56c6ea2f45dcf0579df793366610 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 16 May 2018 09:58:08 +0300 Subject: [PATCH] Remove tor-relay stuff Harder to run one of these than I thought. Mostly it takes a lot of bandwidth, and it's probably better to spend the $5/month you'd sp- end on the VPS by donating $50 to the torservers.net project. --- site.yml | 1 - tor-relay.yml | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 tor-relay.yml diff --git a/site.yml b/site.yml index 03d4b86..311dc89 100644 --- a/site.yml +++ b/site.yml @@ -1,7 +1,6 @@ --- # file: site.yml -- import_playbook: tor-relay.yml - import_playbook: web.yml # vim: set sw=2 ts=2: diff --git a/tor-relay.yml b/tor-relay.yml deleted file mode 100644 index 2d77fc7..0000000 --- a/tor-relay.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -# file: tor-relay.yml - -- name: Configure tor relays - hosts: relays - remote_user: provisioning - roles: - - nusenu.relayor # must be installed, see README.md - -# vim: set sw=2 ts=2: