f3c8f0d645
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 25s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (ultima) (push) Failing after 5m34s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (lunafreya) (push) Successful in 5m37s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Failing after 5m40s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Failing after 6m33s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (lunafreya) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (ultima) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (aranea) (push) Failing after 3m4s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (aranea) (push) Has been skipped
Gitea Branch PR & Ansible Deployment / PR Merge (push) Has been skipped
25 lines
1.1 KiB
Django/Jinja
25 lines
1.1 KiB
Django/Jinja
{% import 'app-configs/_macros/hashivault_kv2.j2' as vault %}
|
|
|
|
|
|
{
|
|
"lidarr_address": "http://lidarr:8686",
|
|
"lidarr_api_key": "{{ vault.kv2_field('env','LIDARR_API_KEY', vault_engine_mount_point) }}",
|
|
"spotify_client_secret": "{{ vault.kv2_field('env','YOUR_SPOTIFY_SECRET', vault_engine_mount_point) }}",
|
|
"root_folder_path": "/data/media/music",
|
|
"spotify_client_id": "{{ vault.kv2_field('env','YOUR_SPOTIFY_ID', vault_engine_mount_point) }}",
|
|
"spotify_client_secret": "{{ vault.kv2_field('env','YOUR_SPOTIFY_SECRET', vault_engine_mount_point) }}",
|
|
"fallback_to_top_result": false,
|
|
"lidarr_api_timeout": 120.0,
|
|
"quality_profile_id": 1,
|
|
"metadata_profile_id": 1,
|
|
"search_for_missing_albums": false,
|
|
"dry_run_adding_to_lidarr": true,
|
|
"app_name": "lidify",
|
|
"app_rev": "0.09",
|
|
"app_url": "lidify.trez.wtf",
|
|
"last_fm_api_key": "{{ vault.kv2_field('env','LASTFM_API_KEY', vault_engine_mount_point) }}",
|
|
"last_fm_api_secret": "{{ vault.kv2_field('env','LASTFM_API_SECRET', vault_engine_mount_point) }}",
|
|
"mode": "LastFM",
|
|
"auto_start": false,
|
|
"auto_start_delay": 60
|
|
} |