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