Skip to content

Commit 4a2bda0

Browse files
committed
Disable mod_evasive for prometheus
1 parent e7acc9e commit 4a2bda0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

roles/prometheus.rb

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name "prometheus"
22
description "Role applied to all prometheus servers"
33

4+
default_attributes(
5+
:apache => {
6+
:evasive => false
7+
}
8+
)
9+
410
run_list(
511
"recipe[awscli]",
612
"recipe[prometheus::server]",

0 commit comments

Comments
 (0)