Add playbook for configuring Tor relays
Utilizes the ansible-relayor role developed by nusenu. See: https://github.com/nusenu/ansible-relayor
This commit is contained in:
parent
f9ea7d30f5
commit
1277f422c8
1
site.yml
1
site.yml
@ -1,6 +1,7 @@
|
||||
---
|
||||
# file: site.yml
|
||||
|
||||
- import_playbook: tor-relay.yml
|
||||
- import_playbook: web.yml
|
||||
|
||||
# vim: set sw=2 ts=2:
|
||||
|
10
tor-relay.yml
Normal file
10
tor-relay.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
# 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:
|
Loading…
Reference in New Issue
Block a user