# Generated all: hosts: {%- for host in hosts %} {{ host.getName() }}: ansible_host: {{ host.getFqdn() }} {%- endfor %} children: wireguard_{{ net.name }}: hosts: {%- for host in hosts %} {{ host.getName() }}: {%- endfor %}