Giter Site home page Giter Site logo

fail2ban's Introduction

ANXS - fail2ban Build Status

Ansible role which installs and configures fail2ban, a utility that watches logs for failed login attempts and blocks repeat offenders with firewall rules.

Requirements & Dependencies

  • Tested on Ansible 1.4 or higher.

Variables

  • fail2ban_loglevel - sets the loglevel output (1 = ERROR, 2 = WARN, 3 = INFO, 4 = DEBUG; default is 3)

  • fail2ban_logtarget1 - set the log target. This could be a file, SYSLOG, STDERR or STDOUT

  • fail2ban_syslog_target

  • fail2ban_syslog_facility

  • fail2ban_socket - sets the socket file, which is used to communicate with the daemon

  • fail2ban_ignoreip - which IP address/CIDR mask/DNS host should be ignored from fail2ban's actions

  • fail2ban_bantime - sets the bantime

  • fail2ban_maxretry - maximum number of retries before the host is put into jail

  • fail2ban_backend - specifies the backend used to get files modification

  • fail2ban_email - email address which can be used in the interpolation of the fail2ban_services

  • fail2ban_banaction - sets the global/default banaction (can be overriden on a per role basis)

  • fail2ban_mta - email action

  • fail2ban_protocol - sets the default protocol

  • fail2ban_chain - specifies the chain where jumps would need to be added in iptables-* actions

  • fail2ban_action - default action

For each of the services you wish to protect/put a jail or ban up for, you need to add it to the fail2ban_services list of hashes:

fail2ban_services:
  - name: "ssh"
    enabled: "true"
    port: "ssh"
    filter: "sshd"
    logpath: "/var/log/auth.log"
    maxretry: 6
    protocol: "tcp"                     (optional)
    action: "action_ "                  (optional)
    banaction: "iptables-multiport"     (optional)

There's a list of service examples to help you.

Testing

This project comes with a VagrantFile, this is a fast and easy way to test changes to the role, fire it up with vagrant up

See vagrant docs for getting setup with vagrant

License

Licensed under the MIT License. See the LICENSE file for details.

Feedback, bug-reports, requests, ...

Are welcome!

fail2ban's People

Contributors

yannik avatar otakup0pe avatar pjan avatar cobrakenji avatar sumeshpremraj avatar soupdiver avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.