X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f19679cb866e21ad614d1a9e28eaeab3e9ba0376..88879aaa236b52a801effcceaf2ca91030cd2f73:/roles/prometheus.rb diff --git a/roles/prometheus.rb b/roles/prometheus.rb index 89aea9357..0f83e8201 100644 --- a/roles/prometheus.rb +++ b/roles/prometheus.rb @@ -1,7 +1,16 @@ name "prometheus" description "Role applied to all prometheus servers" +default_attributes( + :apache => { + :evasive => { + :enable => false + } + } +) + run_list( + "recipe[awscli]", "recipe[prometheus::server]", "recipe[prometheus::smokeping]" )