mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
706c0c19d4
commit
d92e22f792
1 changed files with 20 additions and 20 deletions
|
@ -1,27 +1,24 @@
|
||||||
# The values here are defaults.
|
# Transmission is a BitTorrent downloader for large Content Packs etc
|
||||||
# To override them edit /etc/iiab/local_vars.yml
|
# transmission_install: False
|
||||||
|
# transmission_enabled: False
|
||||||
# Installation Variables
|
|
||||||
transmission_install: False
|
|
||||||
transmission_enabled: False
|
|
||||||
|
|
||||||
# Transmission download directory & general owner/group
|
# Transmission download directory & general owner/group
|
||||||
transmission_download_dir: "{{ content_base }}/transmission/" # /library/transmission/
|
# transmission_download_dir: "{{ content_base }}/transmission/" # /library/transmission/
|
||||||
transmission_user: debian-transmission
|
# transmission_user: debian-transmission
|
||||||
transmission_group: root
|
# transmission_group: root
|
||||||
|
|
||||||
# Monitor downloads at http://box:9091 or http://box:9091/transmission using Admin/changeme
|
# Monitor downloads at http://box:9091 or http://box:9091/transmission using Admin/changeme
|
||||||
transmission_http_port: 9091
|
# transmission_http_port: 9091
|
||||||
transmission_url : "/transmission/"
|
# transmission_url : "/transmission/"
|
||||||
transmission_peer_port: 51413
|
# transmission_peer_port: 51413
|
||||||
|
|
||||||
# Provision Transmission with torrent(s) from http://pantry.learningequality.org/downloads/ka-lite/0.17/content/
|
# Provision Transmission with torrent(s) from http://pantry.learningequality.org/downloads/ka-lite/0.17/content/
|
||||||
transmission_provision: True
|
# transmission_provision: True
|
||||||
transmission_kalite_version: 0.17
|
# transmission_kalite_version: 0.17
|
||||||
|
|
||||||
# A. Uncomment language(s) in /etc/iiab/local_vars.yml to download KA Lite videos to /library/transmission
|
# A. UNCOMMENT LANGUAGE(S) IN /etc/iiab/local_vars.yml TO DOWNLOAD KA Lite VIDEOS TO /library/transmission
|
||||||
transmission_kalite_languages:
|
# transmission_kalite_languages:
|
||||||
- english
|
#- english
|
||||||
#- french
|
#- french
|
||||||
#- hindi
|
#- hindi
|
||||||
#- portugal-portuguese
|
#- portugal-portuguese
|
||||||
|
@ -29,7 +26,7 @@ transmission_kalite_languages:
|
||||||
#- spanish
|
#- spanish
|
||||||
#- swahili
|
#- swahili
|
||||||
# B. Monitor BitTorrent downloads at http://box:9091 using Admin/changeme
|
# B. Monitor BitTorrent downloads at http://box:9091 using Admin/changeme
|
||||||
# until the download is confirmed complete (can take hours or days!)
|
# until the download is confirmed complete (can take hours if not days!)
|
||||||
# C. Carefully move all videos/thumbnails into /library/ka-lite/content
|
# C. Carefully move all videos/thumbnails into /library/ka-lite/content
|
||||||
# (DO NOT OVERWRITE SUBFOLDERS assessment, locale, srt !)
|
# (DO NOT OVERWRITE SUBFOLDERS assessment, locale, srt !)
|
||||||
# D. Log in to KA Lite at http://box:8008/updates/videos/ using Admin/changeme
|
# D. Log in to KA Lite at http://box:8008/updates/videos/ using Admin/changeme
|
||||||
|
@ -37,5 +34,8 @@ transmission_kalite_languages:
|
||||||
# E. READ "KA Lite Administration: What tips & tricks exist?" AT http://FAQ.IIAB.IO
|
# E. READ "KA Lite Administration: What tips & tricks exist?" AT http://FAQ.IIAB.IO
|
||||||
|
|
||||||
# Transmission administrative account
|
# Transmission administrative account
|
||||||
transmission_username: Admin
|
# transmission_username: Admin
|
||||||
transmission_password: changeme
|
# transmission_password: changeme
|
||||||
|
|
||||||
|
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
||||||
|
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue