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