After completely removing Fail2ban from Centos 7, I decided to reinstall it.
So I run the installation(yum), and everything seems ok, no errors, But the it seems like the installation does not create any directory in "/etc/fail2ban", and when I run sudo systemctl start fail2ban
i receive no errors, and it seems like its running, however there are no config files... And it's the same version as before.
I installed it by running:
sudo yum install fail2ban
The same command i used to install it in the first place.
And removed it by:
sudo systemctl stop fail2ban
sudo yum remove fail2ban
And then:
rm -rf /etc/fail2ban /etc/init.d/fail2ban /var/run/fail2ban /usr/share/doc/fail2ban /usr/local/bin/fail2ban* /usr/lib*/python*/site-packages/fail2ban /usr/local/lib*/python*/site-packages/fail2ban
Thanks for the help!