From 491c874a9f889481836613b836108aaefea8a3b9 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 13 Jul 2026 18:16:57 -0400 Subject: [PATCH] Jinja reference fixes. --- .gitignore | 3 ++- app-configs/rinoa/homepage/services.yaml.j2 | 6 +++--- tar-valon_config_deploy.yml | 3 --- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 24ffe14..0ed324f 100644 --- a/.gitignore +++ b/.gitignore @@ -176,4 +176,5 @@ cython_debug/ # Ansible .ansible/ -**/.cache_ggshield \ No newline at end of file +**/.cache_ggshield +**/.vault_pass \ No newline at end of file diff --git a/app-configs/rinoa/homepage/services.yaml.j2 b/app-configs/rinoa/homepage/services.yaml.j2 index 2a23e73..315f626 100644 --- a/app-configs/rinoa/homepage/services.yaml.j2 +++ b/app-configs/rinoa/homepage/services.yaml.j2 @@ -21,7 +21,7 @@ # description: Homepage is 😎 - System Administration: - - PatchMon + - PatchMon: href: https://patch.trez.wtf description: Patch management for *NIX and Windows icon: patchmon.svg @@ -30,7 +30,7 @@ type: customapi url: http://192.168.1.252:3000/api/v1/gethomepage/stats headers: - Authorization: Basic \{\{ vault.kv2_field\('env', 'PATCHMON_API_BASE64_CREDS', vault_engine_mount_point) }} + Authorization: Basic {{ vault.kv2_field('env', 'PATCHMON_API_BASE64_CREDS', vault_engine_mount_point) }} mappings: - field: total_hosts label: Total Hosts @@ -48,7 +48,7 @@ widget: type: homeassistant url: http://192.168.1.252:8123 - key: \{\{ vault.kv2_field\('env', 'HOMEPAGE_HOME_ASSISTANT_API_KEY', vault_engine_mount_point) }} + key: {{ vault.kv2_field('env', 'HOMEPAGE_HOME_ASSISTANT_API_KEY', vault_engine_mount_point) }} - Media Library: - Audiomuse: diff --git a/tar-valon_config_deploy.yml b/tar-valon_config_deploy.yml index 21948cd..bbd329d 100644 --- a/tar-valon_config_deploy.yml +++ b/tar-valon_config_deploy.yml @@ -117,9 +117,6 @@ loop_control: label: "{{ item }}" - - debug: - msg: "{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker')['secret']['AUTHELIA_SESSION_SECRET'] }}" - - name: Deploy template files ansible.builtin.template: src: "{{ item.src }}"