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