cbdc8f35a5
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 8m53s
Gitea Branch PR & Ansible Deployment / Docker Compose & Ansible Lints (push) Failing after 12m35s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 31s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (push) Failing after 19m9s
21 lines
804 B
Django/Jinja
21 lines
804 B
Django/Jinja
{% set vault_addr = 'https://vault.trez.wtf' %}
|
|
{% set secrets_path = 'rinoa-docker/env' %}
|
|
|
|
<Config>
|
|
<BindAddress>*</BindAddress>
|
|
<Port>8787</Port>
|
|
<SslPort>6868</SslPort>
|
|
<EnableSsl>False</EnableSsl>
|
|
<LaunchBrowser>True</LaunchBrowser>
|
|
<ApiKey>{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token_cleaned)['secret']['READARR_API_KEY'] }}</ApiKey>
|
|
<AuthenticationMethod>Forms</AuthenticationMethod>
|
|
<Branch>develop</Branch>
|
|
<LogLevel>info</LogLevel>
|
|
<SslCertPath></SslCertPath>
|
|
<SslCertPassword></SslCertPassword>
|
|
<UrlBase></UrlBase>
|
|
<InstanceName>Readarr</InstanceName>
|
|
<UpdateMechanism>Docker</UpdateMechanism>
|
|
<Theme>auto</Theme>
|
|
<AuthenticationRequired>Enabled</AuthenticationRequired>
|
|
</Config> |