X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0a3aa7b5b67eda4ae93d3d829af102bdfbf6e738..49e90bd4f3154ad5b3a542c7aad648b008dfe844:/roles/gorynych.rb?ds=sidebyside diff --git a/roles/gorynych.rb b/roles/gorynych.rb index 850929136..c57c56e0f 100644 --- a/roles/gorynych.rb +++ b/roles/gorynych.rb @@ -3,6 +3,9 @@ description "Master role applied to gorynych" default_attributes( :hardware => { + :ipmi => { + :excluded_sensors => [3, 4] + }, :shm_size => "20g" }, :munin => { @@ -57,7 +60,8 @@ default_attributes( :nginx => { :cache => { :proxy => { - :directory => "/store/nginx-cache/proxy-cache" + :directory => "/store/nginx-cache/proxy-cache", + :max_size => "32768M" } } },