mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Ensure that transmission_http_port variable is not reset in iiab-gen-iptables. Remote the extra qoutes and also use to_json to clean the transmission_kalite_languages output. Restructure the defaults section. Update the README documentation.
31 lines
880 B
YAML
31 lines
880 B
YAML
# The values here are defaults.
|
|
# To override them edit /etc/iiab/local_vars.yml
|
|
|
|
# Installation Variables
|
|
transmission_install: False
|
|
transmission_enabled: False
|
|
|
|
# Transmission default download directory.
|
|
transmission_download_dir: /library/transmission
|
|
|
|
# Transmission default web and bittorrent ports
|
|
transmission_http_port: 9091
|
|
transmission_peer_port: 51413
|
|
transmission_url : "/transmission/"
|
|
|
|
# Provision Transmission with default torrents from http://pantry.learningequality.org/downloads/ka-lite/0.17/content/
|
|
transmission_provision: True
|
|
transmission_kalite_version: 0.17
|
|
# Uncomment to enable a language to download.
|
|
transmission_kalite_languages:
|
|
- "english"
|
|
- "french"
|
|
- "hindi"
|
|
- "portugal-portuguese"
|
|
- "brazilian-portuguese"
|
|
- "spanish"
|
|
- "swahili"
|
|
|
|
# Transmission administration account
|
|
transmission_username: Admin
|
|
transmission_password: changeme
|