Add default setting for ssh known hosts fingerprint hash type

This commit is contained in:
Sean Molenaar
2018-09-05 17:42:26 +02:00
committed by Heinz Wiesinger
parent 4bc00d4d62
commit 3b911cc9cb
+6
View File
@@ -378,6 +378,12 @@ users_ssh_known_hosts_{{ name }}_{{ loop.index0 }}:
{% if 'hash_known_hosts' in host %}
- hash_known_hosts: {{ host['hash_known_hosts'] }}
{% endif -%}
{% if 'timeout' in host %}
- timeout: {{ host['timeout'] }}
{% endif -%}
{% if 'fingerprint_hash_type' in host %}
- fingerprint_hash_type: {{ host['fingerprint_hash_type'] }}
{% endif -%}
{% endfor %}
{% endif %}