hashistack/roles/vault/templates/vault.env.j2

5 lines
120 B
Plaintext
Raw Permalink Normal View History

# {{ ansible_managed }}
{% for item in vault_env_variables %}
{{ item }}="{{ vault_env_variables[item] }}"
{% endfor %}