Create base configs
This commit is contained in:
13
ansible/roles/recyclarr/templates/radarr.yml
Normal file
13
ansible/roles/recyclarr/templates/radarr.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
radarr:
|
||||
movies:
|
||||
base_url: "https://radarr.local.{{ personal_domain }}"
|
||||
api_key: "{{ radarr_api_key }"
|
||||
delete_old_custom_formats: true
|
||||
replace_existing_custom_formats: true
|
||||
quality_definition:
|
||||
type: movie
|
||||
media_naming:
|
||||
folder: jellyfin-tmdb
|
||||
movie:
|
||||
rename: true
|
||||
standard: default
|
Reference in New Issue
Block a user