feat(snipeit): Add snipeit render template
This commit is contained in:
parent
150a7365b1
commit
2b921ad873
9
templates.d/snipeit/fqdn-context.env
Normal file
9
templates.d/snipeit/fqdn-context.env
Normal file
@ -0,0 +1,9 @@
|
||||
{% set VAULT_KEY = getenv("VAULT_KEY") %}
|
||||
# This file is maintained by remco and populated with data from HashiCorp
|
||||
# Vault. Changes not done in Vault will be reverted when file gets rendered.
|
||||
|
||||
{% for key in ls(VAULT_KEY|add:"/data") %}
|
||||
{{key}}={{ getv(VAULT_KEY|add:"/data/"|add:key) }}
|
||||
{% endfor %}
|
||||
# Set to true when needed for temporary debugging
|
||||
APP_DEBUG=false
|
Loading…
x
Reference in New Issue
Block a user