aboutsummaryrefslogtreecommitdiffstats
path: root/roles/web/templates/domains.txt.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/web/templates/domains.txt.j2')
-rw-r--r--roles/web/templates/domains.txt.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/web/templates/domains.txt.j2 b/roles/web/templates/domains.txt.j2
new file mode 100644
index 0000000..dd59388
--- /dev/null
+++ b/roles/web/templates/domains.txt.j2
@@ -0,0 +1,4 @@
+{% for domain in domains %}
+{{ domain.name }} {% for sub in domain.sub %} {{ sub }}.{{ domain.name }}{% endfor %}
+
+{% endfor %}