diff options
Diffstat (limited to 'ansible/roles/dns/templates')
-rw-r--r-- | ansible/roles/dns/templates/simulated_hosts.j2 | 2 |
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 %} |