mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 19:43:11 +00:00
19 lines
353 B
YAML
19 lines
353 B
YAML
---
|
|
bazarr_enabled: false
|
|
bazarr_available_externally: "false"
|
|
|
|
# directories
|
|
bazarr_data_directory: "{{ docker_home }}/bazarr/config"
|
|
bazarr_tv_directory: "{{ tv_root }}"
|
|
bazarr_movies_directory: "{{ movies_root }}"
|
|
|
|
# uid/gid
|
|
bazarr_user_id: "0"
|
|
bazarr_group_id: "0"
|
|
|
|
# network
|
|
bazarr_port: "6767"
|
|
bazarr_hostname: "bazarr"
|
|
|
|
# specs
|
|
bazarr_memory: 1g
|