deploy_haproxy/templates/haproxy.env.j2

5 lines
138 B
Django/Jinja

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