https://github.com/debops/ansible-fail2ban
Install and configure fail2ban service
https://github.com/debops/ansible-fail2ban
Last synced: about 1 year ago
JSON representation
Install and configure fail2ban service
- Host: GitHub
- URL: https://github.com/debops/ansible-fail2ban
- Owner: debops
- License: gpl-3.0
- Created: 2015-04-10T20:44:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T21:46:09.000Z (over 8 years ago)
- Last Synced: 2024-08-08T23:20:56.876Z (almost 2 years ago)
- Size: 43.9 KB
- Stars: 38
- Watchers: 9
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
## [](http://debops.org) fail2ban
[](http://travis-ci.org/debops/ansible-fail2ban) [](https://github.com/debops/test-suite/tree/master/ansible-fail2ban/) [](https://galaxy.ansible.com/list#/roles/3377)
[fail2ban](http://www.fail2ban.org/) is a service which parses specified
log files and can perform configured actions when a given regexp is found.
It's usually used to ban offending IP addresses using `iptables` rules
(only IPv4 connections are supported at the moment).
### Installation
This role requires at least Ansible `v1.7.0`. To install it, run:
ansible-galaxy install debops.fail2ban
### Documentation
More information about `debops.fail2ban` can be found in the
[official debops.fail2ban documentation](http://docs.debops.org/en/latest/ansible/roles/ansible-fail2ban/docs/).
### Are you using this as a standalone role without DebOps?
You may need to include missing roles from the [DebOps common
playbook](https://github.com/debops/debops-playbooks/blob/master/playbooks/common.yml)
into your playbook.
[Try DebOps now](https://github.com/debops/debops) for a complete solution to run your Debian-based infrastructure.
### Authors and license
`fail2ban` role was written by:
- Maciej Delmanowski | [e-mail](mailto:drybjed@gmail.com) | [Twitter](https://twitter.com/drybjed) | [GitHub](https://github.com/drybjed)
License: [GPLv3](https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29)
***
This role is part of the [DebOps](http://debops.org/) project. README generated by [ansigenome](https://github.com/nickjj/ansigenome/).