fix: close jinja template properly
This commit is contained in:
parent
bcd3ee8064
commit
18f4b7ee4e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ PermitRootLogin no
|
||||||
# Hardening
|
# Hardening
|
||||||
{% if inventory_hostname in groups['proxmox'] %}
|
{% if inventory_hostname in groups['proxmox'] %}
|
||||||
AcceptEnv LANG LC_*
|
AcceptEnv LANG LC_*
|
||||||
{% else %}
|
{% endif %}
|
||||||
StrictModes yes
|
StrictModes yes
|
||||||
MaxAuthTries 2
|
MaxAuthTries 2
|
||||||
MaxStartups 10:50:20
|
MaxStartups 10:50:20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue