Newer
Older
ansible-rutorrent
Ansible role for installing ruTorrent (and obviously rTorrent, also Nginx).
Requirements
------------
Debian Jessie.
Role Variables
--------------
::
torrent_user: rtorrent # User used for rtorrent, rutorrent.
torrent_dir: /srv/downloads # Directory for downloads.
torrent_port: 51413 # Port used for torrenting.
dht_port: 51414 # UDP used for DHT.
Dependencies
------------
None.
Example Playbook
----------------
::
---
- hosts:
- rutorrent
roles:
- role: rutorrent
torrent_port: 23232