ansible-nas/roles/youtubedlmaterial/defaults/main.yml
2023-03-10 22:00:37 +01:00

22 lines
750 B
YAML

---
# enable or disable the application
youtubedlmaterial_enabled: false
youtubedlmaterial_available_externally: false
# directories
youtubedlmaterial_data_directory: "{{ docker_home }}/youtubedlmaterial"
youtubedlmaterial_dl_audio_directory: "{{ downloads_root }}/youtube/audio"
youtubedlmaterial_dl_video_directory: "{{ downloads_root }}/youtube/video"
youtubedlmaterial_dl_subscriptions_directory: "{{ downloads_root }}/youtube/subscriptions"
# network
youtubedlmaterial_hostname: "youtubedlmaterial"
youtubedlmaterial_port_http: "8998"
# docker
youtubedlmaterial_container_name: "youtubedlmaterial"
youtubedlmaterial_image_name: "tzahi12345/youtubedl-material"
youtubedlmaterial_image_version: "latest"
# specs
youtubedlmaterial_memory: "1g"