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

20 lines
399 B
YAML
Raw Normal View History

2022-05-27 23:44:23 +00:00
---
sabnzbd_enabled: false
sabnzbd_available_externally: false
2022-05-27 23:44:23 +00:00
# directories
sabnzbd_data_directory: "{{ docker_home }}/sabnzbd"
sabnzbd_downloads_directory: "{{ downloads_root }}"
sabnzbd_incomplete_directory: "{{ downloads_root }}/sabnzbd-incomplete"
# network
sabnzbd_port: "18080"
sabnzbd_hostname: "sabnzbd"
# specs
sabnzbd_memory: 1g
# uid / gid
sabnzbd_user_id: "0"
2022-05-28 00:01:37 +00:00
sabnzbd_group_id: "0"