From b1284877a35d9c34f5528eb3557948a16030fe04 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 1 Nov 2023 22:14:35 +0000 Subject: [PATCH] Update blackbox configuration for not following redirects --- ansible/roles/forrest/files/prometheus/blackbox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/forrest/files/prometheus/blackbox.yml b/ansible/roles/forrest/files/prometheus/blackbox.yml index 5abd1d3..3822040 100644 --- a/ansible/roles/forrest/files/prometheus/blackbox.yml +++ b/ansible/roles/forrest/files/prometheus/blackbox.yml @@ -11,7 +11,7 @@ modules: http: method: GET valid_status_codes: [301, 302, 307, 308] - no_follow_redirects: true + follow_redirects: false fail_if_ssl: true fail_if_header_not_matches: - header: Location