mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-09 21:23:29 +01:00
Fingerprint ansible-sshd managed config files
- Add repo and role name to the generated config files. # willshersystems:ansible-sshd Signed-off-by: Noriko Hosoi <nhosoi@redhat.com>
This commit is contained in:
parent
806bab7720
commit
3bc81d9f97
3 changed files with 3 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
{{ ansible_managed | comment }}
|
||||
{{ "willshersystems:ansible-sshd" | comment(prefix="", postfix="") }}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{{ ansible_managed | comment }}
|
||||
{{ "willshersystems:ansible-sshd" | comment(prefix="", postfix="") }}
|
||||
{% macro render_option(key,value,indent=false) %}
|
||||
{% if value is defined %}
|
||||
{% if indent %} {% endif %}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{{ ansible_managed | comment }}
|
||||
{{ "willshersystems:ansible-sshd" | comment(prefix="", postfix="") }}
|
||||
{% if __sshd_sysconfig_supports_crypto_policy %}
|
||||
{% if sshd_sysconfig_override_crypto_policy | bool %}
|
||||
CRYPTO_POLICY=
|
||||
|
|
Loading…
Reference in a new issue