summaryrefslogtreecommitdiffstats
path: root/ansible/roles/dns/templates/simulated_hosts.j2
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/dns/templates/simulated_hosts.j2')
-rw-r--r--ansible/roles/dns/templates/simulated_hosts.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/dns/templates/simulated_hosts.j2 b/ansible/roles/dns/templates/simulated_hosts.j2
new file mode 100644
index 00000000..637aef6a
--- /dev/null
+++ b/ansible/roles/dns/templates/simulated_hosts.j2
@@ -0,0 +1,3 @@
+{% for host in all_simulated_hosts -%}
+ {{ ansible_host }} {{ host }}
+{% endfor %}