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
21 lines
680 B
Django/Jinja
21 lines
680 B
Django/Jinja
{% import 'app-configs/_macros/hashivault_kv2.j2' as vault %}
|
|
|
|
|
|
<Config>
|
|
<BindAddress>*</BindAddress>
|
|
<Port>8686</Port>
|
|
<SslPort>6868</SslPort>
|
|
<EnableSsl>False</EnableSsl>
|
|
<LaunchBrowser>True</LaunchBrowser>
|
|
<ApiKey>{{ vault.kv2_field('env','LIDARR_API_KEY', vault_engine_mount_point) }}</ApiKey>
|
|
<AuthenticationMethod>Forms</AuthenticationMethod>
|
|
<Branch>master</Branch>
|
|
<LogLevel>trace</LogLevel>
|
|
<SslCertPath></SslCertPath>
|
|
<SslCertPassword></SslCertPassword>
|
|
<UrlBase></UrlBase>
|
|
<InstanceName>Lidarr</InstanceName>
|
|
<UpdateMechanism>Docker</UpdateMechanism>
|
|
<Theme>auto</Theme>
|
|
<AuthenticationRequired>Enabled</AuthenticationRequired>
|
|
</Config> |