Просмотр исходного кода

Add default setting for ssh known hosts fingerprint hash type

master^2
Sean Molenaar 7 лет назад
Родитель
Сommit
3b911cc9cb
1 измененных файлов: 6 добавлений и 0 удалений
  1. +6
    -0
      users/init.sls

+ 6
- 0
users/init.sls Просмотреть файл

{% if 'hash_known_hosts' in host %} {% if 'hash_known_hosts' in host %}
- hash_known_hosts: {{ host['hash_known_hosts'] }} - hash_known_hosts: {{ host['hash_known_hosts'] }}
{% endif -%} {% endif -%}
{% if 'timeout' in host %}
- timeout: {{ host['timeout'] }}
{% endif -%}
{% if 'fingerprint_hash_type' in host %}
- fingerprint_hash_type: {{ host['fingerprint_hash_type'] }}
{% endif -%}
{% endfor %} {% endfor %}
{% endif %} {% endif %}



Загрузка…
Отмена
Сохранить