description "Master role applied to ridley"
default_attributes(
+ :apache => {
+ :mpm => "event",
+ :event => {
+ :min_spare_threads => 50,
+ :max_spare_threads => 150,
+ :max_connections_per_child => 10000,
+ :async_request_worker_factor => 4,
+ :listen_cores_buckets_ratio => 4
+ }
+ },
+ :bind => {
+ :clients => "ucl"
+ },
:dhcpd => {
:first_address => "10.0.15.1",
:last_address => "10.0.15.254"