ansible-nas/roles/utorrent/defaults/main.yml

21 lines
448 B
YAML
Raw Normal View History

2021-01-16 09:06:36 +00:00
---
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"
2021-01-19 17:18:12 +00:00
# network
2021-01-16 09:06:36 +00:00
utorrent_port_http: "8111"
2021-01-19 17:18:12 +00:00
utorrent_port_bt: "6881"
2021-02-21 19:50:07 +00:00
utorrent_hostname: "utorrent"
# specs
utorrent_memory: 1g