Skip to content

bit-kitchen/ansible-role-openwrt-transmission

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-openwrt-transmission

Ansible Role: bit_kitchen.openwrt_transmission Build Status: bit-kitchen/ansible-role-openwrt-transmission

ansible-galaxy install bit_kitchen.openwrt_transmission

Configure OpenWrt for Transmission.

Requirements

None.

Role Variables

Variable Default Comment
transmission_luci yes Install transmission luci app
transmission_config_dir (undefined) Transmission config dir.
Defaults to the first mount point of external filesystems.
transmission_download_dir {{ transmission_config_dir }}/done Download dir of transmission
transmission_incomplete_dir (undefined) Incomplete dir of transmission.
Leave undefined to disable incomplete dir.
transmission_watch_dir (undefined) Watch dir of transmission.
Leave undefined to disable watch dir.
transmission_rpc_enabled true Enable transmission web interface
transmission_rpc_bind_address 0.0.0.0 Transmission web interface bind address
transmission_rpc_port 9091 Transmission web interface bind port

Dependencies

  • gekmihesg.openwrt
  • bit_kitchen.openwrt_storage

Example Playbook

- hosts: openwrt
  remote_user: root
  gather_facts: no
  roles:
  - bit_kitchen.openwrt_transmission

License

MIT

Author Information

bit.kitchen

About

An Ansible role for configuring OpenWrt for Transmission.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published