From 06a0f0d9b7a116e328b8811126f3fa80add1e2d8 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 2 Nov 2018 18:18:22 +0100 Subject: [PATCH] apache/nginx/fail2ban: mention ip_whitelist.yml in README.md --- apache/README.md | 2 ++ fail2ban/README.md | 2 ++ nginx/README.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/apache/README.md b/apache/README.md index 40e17499..c6f6a91e 100644 --- a/apache/README.md +++ b/apache/README.md @@ -6,6 +6,8 @@ Install Apache Everything is in the `tasks/main.yml` file for now. +An `ip_whitelist.yml` standalone task file is available to update IP adresses whitelist without rolling the whole role. + ## Available variables Main variables are : diff --git a/fail2ban/README.md b/fail2ban/README.md index 99ab0ae3..3689aa48 100644 --- a/fail2ban/README.md +++ b/fail2ban/README.md @@ -6,6 +6,8 @@ Install Fail2ban. Everything is in the `tasks/main.yml` file. +An `ip_whitelist.yml` standalone task file is available to update IP adresses whitelist without rolling the whole role. + ## Available variables Main variables are : diff --git a/nginx/README.md b/nginx/README.md index 96d061ed..48a875ce 100644 --- a/nginx/README.md +++ b/nginx/README.md @@ -12,6 +12,8 @@ The minimal mode is for servers without real web apps, and only access to munin The regular mode is for full fledged web services with optimized defaults. +An `ip_whitelist.yml` standalone task file is available to update IP adresses whitelist without rolling the whole role. + ## Available variables Main variables are :