aboutsummaryrefslogtreecommitdiffstats
path: root/roles/web/templates/domains.txt.j2
blob: dd59388d391265b8f42e9d61ad34fbea309494df (plain)
1
2
3
4
{% for domain in domains %}
{{ domain.name }} {% for sub in domain.sub %} {{ sub }}.{{ domain.name }}{% endfor %}

{% endfor %}