ansible/roles/haproxy/templates/hostname2backend.map

4 lines
92 B
Plaintext

{% for domain in haproxy_backends %}
{{- domain }} {{ domain }}
{% endfor %}