8 lines
155 B
Text
8 lines
155 B
Text
|
[sshd]
|
||
|
enabled = true
|
||
|
bantime = -1
|
||
|
maxretry = 3
|
||
|
{% if ansible_facts['os_family'] == "RedHat" %}
|
||
|
backend = systemd
|
||
|
banaction = firewallcmd-ipset
|
||
|
{% endif %}
|