mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 03:58:47 +00:00
25 lines
562 B
YAML
25 lines
562 B
YAML
---
|
|
utorrent_enabled: false
|
|
utorrent_available_externally: false
|
|
|
|
# directories
|
|
utorrent_config_directory: "{{ docker_home }}/utorrent/config"
|
|
utorrent_download_directory: "{{ downloads_root }}"
|
|
utorrent_download_directory_active: "{{ downloads_root }}/.incomplete"
|
|
|
|
# uid / gid
|
|
utorrent_user_id: "0"
|
|
utorrent_group_id: "0"
|
|
|
|
# network
|
|
utorrent_port_http: "8111"
|
|
utorrent_port_bt: "6881"
|
|
utorrent_hostname: "utorrent"
|
|
|
|
# docker
|
|
utorrent_container_name: "utorrent"
|
|
utorrent_image_name: "ekho/utorrent"
|
|
utorrent_image_version: "latest"
|
|
|
|
# specs
|
|
utorrent_memory: 1g
|