X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f19679cb866e21ad614d1a9e28eaeab3e9ba0376..25d07fd9899c0ba0e741a21eb9a590ea6073e163:/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]" )