summaryrefslogtreecommitdiffstats
path: root/ansible/roles/dns/templates/simulated_hosts.j2
blob: 469ca62ab9b623d4a0e2c258545c273b66d1c5e2 (plain)
1
2
3
{% for host in all_simulated_hosts -%}
        {{ cluster_ip }} {{ host }}
{% endfor %}