X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/116603252e113ecfd4073cee6a85127d02fc2282..922630d7504ed1a3fae8da5d253a917a30e72cdb:/roles/prometheus.rb diff --git a/roles/prometheus.rb b/roles/prometheus.rb index 4ffc2dcbe..0f83e8201 100644 --- a/roles/prometheus.rb +++ b/roles/prometheus.rb @@ -1,6 +1,14 @@ name "prometheus" description "Role applied to all prometheus servers" +default_attributes( + :apache => { + :evasive => { + :enable => false + } + } +) + run_list( "recipe[awscli]", "recipe[prometheus::server]",