X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/943fd852ef136e3020e886f22cd3024dd98a4d20..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/sarel.rb diff --git a/roles/sarel.rb b/roles/sarel.rb index e3f550d9c..30229a1c7 100644 --- a/roles/sarel.rb +++ b/roles/sarel.rb @@ -2,6 +2,14 @@ name "sarel" description "Master role applied to sarel" default_attributes( + :apache => { + :mpm => "event", + :event => { + :min_spare_threads => 50, + :max_spare_threads => 150, + :listen_cores_buckets_ratio => 4 + } + }, :git => { :private_user => "chefrepo", :private_group => "chefrepo" @@ -25,11 +33,5 @@ default_attributes( ) run_list( - "role[ucl]", - "role[chef-server]", - "role[chef-repository]", - "role[letsencrypt]", - "role[git]", - "role[dns]", - "recipe[serverinfo]" + "role[ucl]" )