File fixes.

This commit is contained in:
2025-01-20 08:07:47 -05:00
parent 576734e22a
commit 00ccf6433d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
{"last_found_secrets": [{"name": "Generic Password - /home/charish/app-configs/searxng_settings.yml.j2", "match": "6e0d657eb1f0fbc40cf0b8f3c3873ef627cc9cb7c4108d1c07d979c04bc8a4bb"}]}
{"last_found_secrets": [{"name": "Generic High Entropy Secret - /home/charish/rinoa-docker/ansible/app-configs/sonarr_config.xml.j2", "match": "c1b351cf974fcfe8b860531a7231ca432e176244f074a4c003a2b1f9db2ab12e"}]}
+2 -2
View File
@@ -1,5 +1,5 @@
{% set vault_addr = 'https://vault.trez.wtf' %}
{% set secrets_path = rinoa-docker/env %}
{% set secrets_path = 'rinoa-docker/env' %}
<Config>
<LogLevel>info</LogLevel>
@@ -8,7 +8,7 @@
<SslPort>9898</SslPort>
<UrlBase></UrlBase>
<BindAddress>*</BindAddress>
<ApiKey>386baee1c0e741bea4a91f1f39c57f68</ApiKey>
<ApiKey>{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token_cleaned)['secret']['SONARR_API_KEY'] }}</ApiKey>
<AuthenticationMethod>Forms</AuthenticationMethod>
<UpdateMechanism>Docker</UpdateMechanism>
<LaunchBrowser>True</LaunchBrowser>