# This file is generated by Ansible # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN # {% for host in groups['all'] %} {% if hostvars[host].ansible_host is defined %} {% if hostvars[host].ansible_ssh_host_key_ed25519_public is defined %} {{ hostvars[host].ansible_hostname }},{{ hostvars[host].ansible_host }} ssh-ed25519 {{ hostvars[host].ansible_ssh_host_key_ed25519_public }} {% endif %} {% endif %} {% endfor %}