# /etc/hosts - Managed by Ansible {% for host in hosts_entries %} {{ host.ip }} {{ host.name }} {% endfor %} # --- Commented Hosts / Reserved Entries --- {% for host in hosts_commented %} # {{ host.ip }} {{ host.name }} {% endfor %}