Files
ansible-personal/tor-relay.yml
Alan Orth 1277f422c8 Add playbook for configuring Tor relays
Utilizes the ansible-relayor role developed by nusenu.

See: https://github.com/nusenu/ansible-relayor
2018-05-07 10:53:36 +03:00

11 lines
188 B
YAML

---
# 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: