aws_cloud: temporarily work with rsa by default

This commit is contained in:
Pavel Raiskup 2022-11-28 17:57:48 +01:00
parent 94178e08e5
commit 694554c4aa

View file

@ -19,7 +19,7 @@
when: birthday is defined
- name: gather the temporary ssh host key from the new instance
local_action: command ssh-keyscan -t ed25519 {{ inventory_hostname }}
local_action: command ssh-keyscan -t rsa {{ inventory_hostname }}
register: hostkey
when: birthday is defined