summaryrefslogtreecommitdiffstats
path: root/ansible/roles/dns/templates/simulated_hosts.j2
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2018-12-20 07:55:13 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-20 07:55:13 +0000
commit3476fd534de89fef9b5119a36ba2ed30f78bf8f0 (patch)
tree374e4fd1ef23008bae725f1a2422a8b2ba33798e /ansible/roles/dns/templates/simulated_hosts.j2
parent19ce4b9e57f294dd7d2345fbb814945a042bded1 (diff)
parent290bf4088ac26232076f0eec1255d89687399539 (diff)
Merge "Add ansible role for dns simulation"
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 %}