mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-04 19:03:29 +01:00
3bc81d9f97
- Add repo and role name to the generated config files. # willshersystems:ansible-sshd Signed-off-by: Noriko Hosoi <nhosoi@redhat.com>
11 lines
366 B
Django/Jinja
11 lines
366 B
Django/Jinja
{{ ansible_managed | comment }}
|
|
{{ "willshersystems:ansible-sshd" | comment(prefix="", postfix="") }}
|
|
{% if __sshd_sysconfig_supports_crypto_policy %}
|
|
{% if sshd_sysconfig_override_crypto_policy | bool %}
|
|
CRYPTO_POLICY=
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
{% if __sshd_sysconfig_supports_use_strong_rng %}
|
|
SSH_USE_STRONG_RNG={{ sshd_sysconfig_use_strong_rng }}
|
|
{% endif %}
|