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

25 lines
535 B
YAML
Raw Normal View History

2021-01-15 10:34:42 +00:00
---
sickchill_enabled: false
sickchill_available_externally: false
2021-01-15 10:34:42 +00:00
# directories
sickchill_config_directory: "{{ docker_home }}/sickchill/config"
sickchill_tv_directory: "{{ tv_root }}"
sickchill_downloads_directory: "{{ downloads_root }}/completed"
# uid / gid
sickchill_user_id: "0"
sickchill_group_id: "0"
# network
2021-01-19 17:18:12 +00:00
sickchill_port: "8081"
2021-02-21 19:50:07 +00:00
sickchill_hostname: "sickchill"
# docker
sickchill_container_name: "sickchill"
sickchill_image_name: "linuxserver/sickchill"
sickchill_image_version: "latest"
# specs
sickchill_memory: 1g