hashistack/roles/hashicorp_consul/templates/consul.env.j2

4 lines
139 B
Django/Jinja

# {{ ansible_managed }}
{% for item in hashi_consul_env_variables %}
{{ item|upper }}="{{ hashi_consul_env_variables[item] }}"
{% endfor %}