Jinja reference fixes.
This commit is contained in:
+2
-1
@@ -176,4 +176,5 @@ cython_debug/
|
|||||||
# Ansible
|
# Ansible
|
||||||
.ansible/
|
.ansible/
|
||||||
|
|
||||||
**/.cache_ggshield
|
**/.cache_ggshield
|
||||||
|
**/.vault_pass
|
||||||
@@ -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:
|
||||||
|
|||||||
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user