Update Readme with instructions how to use files

This commit is contained in:
phil 2025-01-08 18:35:46 +01:00
parent 202a96c61b
commit 8ca01dc770

View file

@ -2,3 +2,15 @@ Configure fail2ban
==================
This is a helper role with tasks and files missing from `Oefenweb.fail2ban`.
### How to make use of this role
- Copy your filter and jail files to the corresponding directories of this role.
- Set path variables at `host_vars`.
### Variables
| Variable | Description |
|--|--|
| `fail2ban_filterd_path` | Path to directory containing filters to copy (note the trailing slash) |
| `fail2ban_jaild_path` | Path to directory containing jails to copy (note the trailing slash) |