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