mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-27 03:53:06 +00:00
13 lines
244 B
YAML
13 lines
244 B
YAML
|
---
|
||
|
get_iplayer_enabled: false
|
||
|
|
||
|
# directories
|
||
|
get_iplayer_config_directory: "{{ docker_home }}/get_iplayer"
|
||
|
get_iplayer_download_directory: "{{ tv_root }}/iplayer_downloads"
|
||
|
|
||
|
# network
|
||
|
get_iplayer_port: "8182"
|
||
|
|
||
|
# specs
|
||
|
get_iplayer_memory: "1g"
|