mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 03:58:47 +00:00
22 lines
391 B
YAML
22 lines
391 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
|
|
|
|
# docker
|
|
bazarr_container_name: bazarr
|