Jinja reference fixes.

This commit is contained in:
2026-07-13 18:16:57 -04:00
parent ad642547c1
commit 491c874a9f
3 changed files with 5 additions and 7 deletions
+2 -1
View File
@@ -176,4 +176,5 @@ cython_debug/
# Ansible # Ansible
.ansible/ .ansible/
**/.cache_ggshield **/.cache_ggshield
**/.vault_pass
+3 -3
View File
@@ -21,7 +21,7 @@
# description: Homepage is 😎 # description: Homepage is 😎
- System Administration: - System Administration:
- PatchMon - PatchMon:
href: https://patch.trez.wtf href: https://patch.trez.wtf
description: Patch management for *NIX and Windows description: Patch management for *NIX and Windows
icon: patchmon.svg icon: patchmon.svg
@@ -30,7 +30,7 @@
type: customapi type: customapi
url: http://192.168.1.252:3000/api/v1/gethomepage/stats url: http://192.168.1.252:3000/api/v1/gethomepage/stats
headers: 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: mappings:
- field: total_hosts - field: total_hosts
label: Total Hosts label: Total Hosts
@@ -48,7 +48,7 @@
widget: widget:
type: homeassistant type: homeassistant
url: http://192.168.1.252:8123 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: - Media Library:
- Audiomuse: - Audiomuse:
-3
View File
@@ -117,9 +117,6 @@
loop_control: loop_control:
label: "{{ item }}" 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 - name: Deploy template files
ansible.builtin.template: ansible.builtin.template:
src: "{{ item.src }}" src: "{{ item.src }}"