ansible/roles/haproxy/templates/hostname2backend.map

4 lines
108 B
Plaintext

{% for domain in haproxy_domains %}
{{- domain }} {{ haproxy_domains[domain] }}
{% endfor %}