1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/transmission/defaults/main.yml

34 lines
1,015 B
YAML
Raw Normal View History

2018-08-16 09:36:45 +00:00
# The values here are defaults.
# To override them edit /etc/iiab/local_vars.yml
# Installation Variables
transmission_install: False
transmission_enabled: False
2018-08-28 22:50:57 +00:00
# Transmission download directory & general owner/group
transmission_download_dir: "{{ content_base }}/transmission/" # /library/transmission/
transmission_user: debian-transmission
transmission_group: root
2018-08-28 22:50:57 +00:00
# Transmission web interface http://box:9091/transmission/ and BitTorrent port
transmission_http_port: 9091
transmission_url : "/transmission/"
2018-08-28 22:50:57 +00:00
transmission_peer_port: 51413
2018-08-28 22:50:57 +00:00
# Provision Transmission with torrent(s) from http://pantry.learningequality.org/downloads/ka-lite/0.17/content/
transmission_provision: True
transmission_kalite_version: 0.17
2018-08-28 22:50:57 +00:00
# Uncomment to enable a language to download:
transmission_kalite_languages:
2018-08-18 10:43:59 +00:00
- english
#- french
#- hindi
#- portugal-portuguese
#- brazilian-portuguese
#- spanish
#- swahili
2018-08-28 21:44:50 +00:00
# Transmission administrative account
transmission_username: Admin
transmission_password: changeme