From 4aa0fbb96e96e76bc5e02ff663aa4aa2c11bfefa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Thu, 14 Mar 2024 10:45:52 -0400 Subject: [PATCH] Fix fail2ban docs --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index dd0ee361..eca2708d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1507,7 +1507,7 @@ fail2ban keeps a list of ip addresses that are allowed to fail to login without time. To add an ip address to that list, add the following lines to the variable `hieradata` in `main.tf`: ```yaml -fail2ban::ignoreip: +fail2ban::whitelist: - x.x.x.x - y.y.y.y ```