Store only ed25519 key during provisioning

This commit is contained in:
Timo Makinen 2020-08-28 08:17:48 +00:00
parent 026e077fc7
commit a3b3e91b09

View file

@ -125,7 +125,7 @@
when: inventory_hostname not in result.list_vms
- name: get ssh keys from new host
local_action: command ssh-keyscan {{ inventory_hostname }}
local_action: command ssh-keyscan -t ed25519 {{ inventory_hostname }}
register: hostkeys
when: inventory_hostname not in result.list_vms