6156d07013
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 47s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (lunafreya) (push) Failing after 1m48s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (ultima) (push) Failing after 5m52s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Failing after 8m16s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (aranea) (push) Successful in 9m25s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Successful in 9m31s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Has been skipped
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (aranea) (push) Has been skipped
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
21 lines
683 B
Django/Jinja
21 lines
683 B
Django/Jinja
{% import 'app-configs/_macros/hashivault_kv2.j2' as vault %}
|
|
|
|
|
|
<Config>
|
|
<LogLevel>info</LogLevel>
|
|
<BindAddress>*</BindAddress>
|
|
<EnableSsl>False</EnableSsl>
|
|
<SslCertPath></SslCertPath>
|
|
<Port>7878</Port>
|
|
<UrlBase></UrlBase>
|
|
<ApiKey>\{\{ vault.kv2_field\('env', 'RADARR_API_KEY', vault_engine_mount_point) }}</ApiKey>
|
|
<AuthenticationMethod>Forms</AuthenticationMethod>
|
|
<UpdateMechanism>Docker</UpdateMechanism>
|
|
<SslPort>9898</SslPort>
|
|
<LaunchBrowser>True</LaunchBrowser>
|
|
<Branch>master</Branch>
|
|
<SslCertPassword></SslCertPassword>
|
|
<InstanceName>Radarr</InstanceName>
|
|
<Theme>auto</Theme>
|
|
<AuthenticationRequired>Enabled</AuthenticationRequired>
|
|
</Config> |