aws_cloud: temporarily work with rsa by default
This commit is contained in:
parent
94178e08e5
commit
694554c4aa
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
when: birthday is defined
|
when: birthday is defined
|
||||||
|
|
||||||
- name: gather the temporary ssh host key from the new instance
|
- 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
|
register: hostkey
|
||||||
when: birthday is defined
|
when: birthday is defined
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue