Knowledge base of ~80+ markdown files across 14 domains (00-13), Logseq graph, hardware design files (KiCAD), infrastructure configs, and talas-wiki static site. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 lines
222 B
Django/Jinja
3 lines
222 B
Django/Jinja
# {{ ansible_managed }}
|
|
host:port:database:user:password
|
|
localhost:*:zabbix_proxy:zabbix:{{ lookup('hashi_vault', 'secret=cosium-kv/data/' + host_vars_location + '/' + ansible_hostname)['postgres_user_zabbix_password'] }}
|