Move ssh_known_hosts generation to own role
This commit is contained in:
parent
b406b64782
commit
ffbe68294b
4 changed files with 11 additions and 8 deletions
|
@ -1,5 +0,0 @@
|
|||
{% for host, vars in hostvars|dictsort %}
|
||||
{% if vars["ansible_ssh_host_key_ed25519_public"] is defined %}
|
||||
{{ host }} ssh-ed25519 {{ vars["ansible_ssh_host_key_ed25519_public"] }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue