mirror of
https://github.com/Ownercz/ssme-thesis.git
synced 2025-05-24 16:56:23 +02:00
17 lines
364 B
Markdown
17 lines
364 B
Markdown
# Ansible Fail2Ban Role
|
|
An ansible role for installing fail2ban.
|
|
|
|
[](https://travis-ci.org/resmo/ansible-role-fail2ban)
|
|
|
|
## Usage:
|
|
|
|
---
|
|
- hosts: all
|
|
remote_user: root
|
|
roles:
|
|
- resmo.fail2ban
|
|
|
|
## Homepage:
|
|
|
|
https://github.com/resmo/ansible-role-fail2ban
|