Skip to content
README.rst 739 B
Newer Older
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.
nimrod's avatar
nimrod committed
ufw and tls-cert roles.

Example Playbook
----------------

::

    ---
    - hosts:
        - rutorrent
      roles:

License
-------

MIT

Author Information
------------------

Nimrod Adar.
nimrod's avatar
nimrod committed

TODO
----

nimrod's avatar
nimrod committed
- Depend on Nginx role.
nimrod's avatar
nimrod committed
- Syslog, metrics.