|
|
@@ -5,6 +5,6 @@ |
|
|
|
args: |
|
|
|
path: "{{ lookup('env','HOME') }}/.ssh/known_hosts" |
|
|
|
name: "{{ inventory_hostname }}" |
|
|
|
key: "{{ lookup('template','ssh_host_key.j2') }}" |
|
|
|
key: "{{ inventory_hostname }},{{ ssh_host }} ssh-ed25519 {{ ssh_host_key_ed25519_public }}" |
|
|
|
when: ssh_host_key_ed25519_public is defined |
|
|
|
throttle: 1 |