{% for host, vars in hostvars|dictsort %} {% if vars["ansible_ssh_host_key_ed25519_public"] is defined %} {{ host }} ssh-ed25519 {{ vars["ansible_ssh_host_key_ed25519_public"] }} {% endif %} {% endfor %}