Merge "Fix ssh_known_hosts format"
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{% for host in groups['overcloud'] %}
|
||||
{{ ssh_known_hosts[hostvars[host]['ansible_hostname']] + ' ' + hostvars[host]['ansible_ssh_host_key_ecdsa_public'] }}
|
||||
{{ ssh_known_hosts[hostvars[host]['ansible_hostname']] + ' ssh-rsa ' + hostvars[host]['ansible_ssh_host_key_rsa_public'] }}
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user