5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
|
# {{ ansible_managed }}
|
||
|
{% for item in deploy_haproxy_env_variables %}
|
||
|
{{ item }}="{{ deploy_haproxy_env_variables[item] }}"
|
||
|
{% endfor %}
|