X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0a3aa7b5b67eda4ae93d3d829af102bdfbf6e738..41bdac8f1d96696cd28642ef0247a07ed59cfae8:/roles/gorynych.rb 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" } } },