adeck / ansible-deployments

3 stars 0 forks source link

add fail2ban support #6

Open adeck opened 9 years ago

adeck commented 9 years ago

Need to be able to block people who try port scanning, dirbusting, IP spoofing, SYN flooding, DoSing, etc.

And to accomplish that, I need to keep track of generated error strings for all the moving parts, and where their logfiles are located.

adeck commented 9 years ago

Right. Well, given that I'm writing everything modularly, the actual fail2ban role should ideally be relatively simple. Should still take a job amount of time, though...