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-16 18:54:55 +00:00
|
|
|
|
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-18 04:13:16 +00:00
|
|
|
|
2018-08-29 02:23:20 +00:00
|
|
|
# Monitor downloads at http://box:9091 or http://box:9091/transmission using Admin/changeme
|
2018-08-18 04:13:16 +00:00
|
|
|
transmission_http_port: 9091
|
|
|
|
transmission_url : "/transmission/"
|
2018-08-28 22:50:57 +00:00
|
|
|
transmission_peer_port: 51413
|
2018-08-18 04:13:16 +00:00
|
|
|
|
2018-08-28 22:50:57 +00:00
|
|
|
# Provision Transmission with torrent(s) from http://pantry.learningequality.org/downloads/ka-lite/0.17/content/
|
2018-08-16 18:54:55 +00:00
|
|
|
transmission_provision: True
|
2018-08-17 15:40:48 +00:00
|
|
|
transmission_kalite_version: 0.17
|
2018-08-29 02:08:15 +00:00
|
|
|
|
|
|
|
# A. Uncomment language(s) in /etc/iiab/local_vars.yml to download KA Lite videos to /library/transmission
|
2018-08-17 15:40:48 +00:00
|
|
|
transmission_kalite_languages:
|
2018-08-18 10:43:59 +00:00
|
|
|
- english
|
2018-08-20 08:51:47 +00:00
|
|
|
#- french
|
2018-08-18 16:23:14 +00:00
|
|
|
#- hindi
|
2018-08-20 08:51:47 +00:00
|
|
|
#- portugal-portuguese
|
2018-08-18 16:23:14 +00:00
|
|
|
#- brazilian-portuguese
|
|
|
|
#- spanish
|
|
|
|
#- swahili
|
2018-08-29 02:08:15 +00:00
|
|
|
# B. Monitor BitTorrent downloads at http://box:9091 using Admin/changeme
|
2018-08-29 03:40:48 +00:00
|
|
|
# until the download is confirmed complete (can take hours or days!)
|
|
|
|
# C. Carefully move all videos/thumbnails into /library/ka-lite/content
|
|
|
|
# (DO NOT OVERWRITE SUBFOLDERS assessment, locale, srt !)
|
|
|
|
# D. Log in to KA Lite at http://box:8008/updates/videos/ using Admin/changeme
|
|
|
|
# then click "Scan content folder for videos" (can take many minutes!)
|
2018-08-29 02:08:15 +00:00
|
|
|
# E. READ "KA Lite Administration: What tips & tricks exist?" AT http://FAQ.IIAB.IO
|
2018-08-16 18:54:55 +00:00
|
|
|
|
2018-08-28 21:44:50 +00:00
|
|
|
# Transmission administrative account
|
2018-08-16 18:54:55 +00:00
|
|
|
transmission_username: Admin
|
|
|
|
transmission_password: changeme
|