OP#483 update README
This commit is contained in:
10
README.md
10
README.md
@@ -1,6 +1,7 @@
|
||||
# Readme
|
||||
|
||||
[](https://jenkins.confdroid.com/job/confdroid_fail2ban/)
|
||||
[](https://sonarqube.confdroid.com/dashboard?id=confdroid_fail2ban)
|
||||
|
||||
- [Readme](#readme)
|
||||
- [Synopsis](#synopsis)
|
||||
@@ -36,6 +37,15 @@ Configuration
|
||||
|
||||
- manage directory structure (file system permissions, selinux context)
|
||||
- manage configuration files (file system permissions, selinux context, content based on parameters)
|
||||
- fail2ban.conf
|
||||
- fail2ban.local
|
||||
- jail.conf
|
||||
- jail.local ( overrides default settings in jail.conf)
|
||||
|
||||
> Every setting in .local files has a parameter in params.pp, which can be overridden in ENC based on fqdn, hostgroup etc. (recommended) or directly in params.pp. Typical parameters to override are:
|
||||
|
||||
- `fn_destemail`: the email address to be notified
|
||||
- `fn_bantime`: the the time an attacker IP is banned.
|
||||
|
||||
Service
|
||||
|
||||
|
||||
@@ -133,7 +133,6 @@ class confdroid_fail2ban::params (
|
||||
Boolean $fn_enabled = false,
|
||||
String $fn_filter = '%(__name__)s',
|
||||
String $fn_destemail = 'root@localhost',
|
||||
#String $fn_sender = "fail2ban@${fqdn}",
|
||||
String $fn_mta = 'sendmail',
|
||||
String $fn_protocol = 'tcp',
|
||||
String $fn_chain = 'INPUT',
|
||||
|
||||
Reference in New Issue
Block a user