]> git.openstreetmap.org Git - chef.git/blobdiff - roles/prometheus.rb
Revert "Disable OAuth 1.0a and basic authentication"
[chef.git] / roles / prometheus.rb
index 1b97fdb72306015dea887af9ad078e34d4dc91bf..0f83e8201a08690ddcef163c5696ccea4418521a 100644 (file)
@@ -1,6 +1,16 @@
 name "prometheus"
 description "Role applied to all prometheus servers"
 
+default_attributes(
+  :apache => {
+    :evasive => {
+      :enable => false
+    }
+  }
+)
+
 run_list(
-  "recipe[prometheus::server]"
+  "recipe[awscli]",
+  "recipe[prometheus::server]",
+  "recipe[prometheus::smokeping]"
 )