2 description "Master role applied to orm"
7 :comment => "Tune scheduler for Areca",
10 :serial => "2001b4d20*",
12 "queue/scheduler" => "deadline",
13 "queue/nr_requests" => "512",
14 "queue/read_ahead_kb" => "2048"
21 :interface => "bond0",
24 :address => "10.0.48.3",
26 :slaves => %w[eth0 eth1]
30 :interface => "bond0.2",
33 :address => "130.117.76.3"
36 :interface => "bond0.2",
39 :address => "2001:978:2:2C::172:3"
45 :comment => "Increase shared memory for postgres",
47 "kernel.shmmax" => 9 * 1024 * 1024 * 1024,
48 "kernel.shmall" => 9 * 1024 * 1024 * 1024 / 4096
56 :nameservers => ["8.8.8.8", "8.8.4.4"]