From 58a6e951accc0df114ca5a0abcb2d5b466117ab4 Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Fri, 3 May 2024 20:44:56 +0200 Subject: [PATCH] updated info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b64aa8..e3be6bf 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ ansible-galaxy install -r requirements.yml * **Warning:** Not every setting/variable you provide will be checked for validity. Bad config might break the role! -* **:** You can easily filter access to backends by using the `filter` and `filter_not` settings: +* **Info:** You can easily filter access to backends by using the `filter` and `filter_not` settings: `filter_ip`, `filter_not_ip`, `filter_country`, `filter_not_country`, `filter_asn`, `filter_not_asn` @@ -100,7 +100,7 @@ ansible-galaxy install -r requirements.yml * **Info:** You can easily restrict the HTTP methods allowed on a specific frontend or backend by setting `security.restrict_methods` to true and specifying `security.allow_only_methods` -* **Tip:** If you are using [Graylog Server](https://graylog.org/products/source-available/) to gather and analyze your logs - make sure to split your HAProxy logs into fields using pipeline rules. Example: [HAProxy Community - Graylog Pipeline Rule](https://gist.github.com/superstes/a2f6c5d855857e1f10dcb51255fe08c6#haproxy-split) +* **Info:** If you are using [Graylog Server](https://graylog.org/products/source-available/) to gather and analyze your logs - make sure to split your HAProxy logs into fields using pipeline rules. Example: [HAProxy Community - Graylog Pipeline Rule](https://gist.github.com/superstes/a2f6c5d855857e1f10dcb51255fe08c6#haproxy-split) ### GeoIP