
The template is missing the key type. Change-Id: I9cd43e933d6e5963f8da52f1821f11841920ec21 Closes-bug: #1781027
4 lines
175 B
Django/Jinja
4 lines
175 B
Django/Jinja
{% for host in groups['overcloud'] %}
|
|
{{ ssh_known_hosts[hostvars[host]['ansible_hostname']] + ' ssh-rsa ' + hostvars[host]['ansible_ssh_host_key_rsa_public'] }}
|
|
{% endfor %}
|