diff options
-rw-r--r-- | roles/common/templates/etc_fail2ban_jail.local.j2 | 4 | ||||
-rw-r--r-- | roles/common/templates/root_gitconfig.j2 | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/roles/common/templates/etc_fail2ban_jail.local.j2 b/roles/common/templates/etc_fail2ban_jail.local.j2 index 35c161c..57e4dc2 100644 --- a/roles/common/templates/etc_fail2ban_jail.local.j2 +++ b/roles/common/templates/etc_fail2ban_jail.local.j2 @@ -8,7 +8,7 @@ banaction = iptables-multiport action = %(action_)s # JAILS -[ssh] +[sshd] enabled = true maxretry = 8 @@ -16,7 +16,7 @@ maxretry = 8 enabled = true banaction = iptables-allports -[ssh-ddos] +[sshd-ddos] enabled = true [postfix] diff --git a/roles/common/templates/root_gitconfig.j2 b/roles/common/templates/root_gitconfig.j2 index 90c7151..eeb8a44 100644 --- a/roles/common/templates/root_gitconfig.j2 +++ b/roles/common/templates/root_gitconfig.j2 @@ -1,5 +1,3 @@ - git config --global user.name "Your Name" - git config --global user.email you@example.com [user] name = root email = root@{{ hostname_fqdn }} |