Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yayuniversal/transmission-ansible-role
Ansible role to install and configure Transmission daemon
https://github.com/yayuniversal/transmission-ansible-role
ansible ansible-role p2p peer-to-peer torrent transmission transmission-daemon
Last synced: about 2 months ago
JSON representation
Ansible role to install and configure Transmission daemon
- Host: GitHub
- URL: https://github.com/yayuniversal/transmission-ansible-role
- Owner: yayuniversal
- License: mit
- Created: 2023-06-07T23:25:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-20T00:21:23.000Z (over 1 year ago)
- Last Synced: 2024-10-30T04:31:13.356Z (about 2 months ago)
- Topics: ansible, ansible-role, p2p, peer-to-peer, torrent, transmission, transmission-daemon
- Language: Jinja
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Transmission Ansible Role
=========================An Ansible role to install and configure transmission-daemon. Works on Debian-based distributions.
Requirements
------------None
Role Variables
--------------Any variable in the transmission-daemon config file (`/etc/transmission-daemon/settings.json`) can be used, prefixed with `transmission_` and with dashes (`-`) converted to underscores (`_`). For example, the `rpc-enabled` parameter in `settings.json` becomes `transmission_rpc_enabled`.
The default values are the ones found by default in `settings.json`.
See https://help.ubuntu.com/community/TransmissionHowTo for more details about some of the available configuration variables.
Dependencies
------------None
Example Playbook
----------------```yaml
- hosts: all
roles:
- role: transmission
vars:
transmission_rpc_enabled: yes
transmission_rpc_username: "username"
transmission_rpc_password: "password"
transmission_download_dir: "/data/transmission/downloads"
```License
-------MIT