From 20e599289f6ff441c82a9be110226772caccaaa4 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 20 Jun 2020 13:00:59 +0200 Subject: [PATCH] README: Added description about fail2ban roles --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e3d7269..8ae27f1 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ Following roles have been defined for making a server configuration easy: - **master** configures a dns authority with support of DNSSEC for a domain - **server_entries** configures default A/AAAA/SSHFP and additional records for current host and given domain (uses **dns/entries**) - **slave** configures an automatic cloning slave for a domain +- **fail2ban** defines roles for configuring fail2ban for different systems + - **application** installs main application + - **rule** configures a filter + jail for a given server / use case - **git_auto_update** adds an auto update mechanism for a git repository based on signed release tags - **hostname** configures the hostname for a given host - **misc** contains some required but small roles