{%- set dns_records = [] %} | {%- set dns_records = [] %} | ||||
{%- for host_name, host in network.host.items() %} | {%- for host_name, host in network.host.items() %} | ||||
{%- if host.get('grain', False) %} | {%- if host.get('grain', False) %} | ||||
{%- do dns_records.append(host.pop('grain')) %} | |||||
{%- do host.pop('grain') %} | |||||
{%- do dns_records.append(host) %} | |||||
{%- endif %} | {%- endif %} | ||||
{%- endfor %} | {%- endfor %} | ||||
dns_records: | dns_records: |