2 description "Base role applied to all servers"
7 :grant => { :status => :administrator },
8 :tomh => { :status => :administrator },
9 :matt => { :status => :administrator },
10 :jburgess => { :status => :administrator }
14 :sources => ["openstreetmap"]
18 :internal => { :metric => 200, :zone => "loc" },
19 :external => { :metric => 100 }
21 :search => ["openstreetmap.org"]
25 :comment => "Reboot automatically after a panic",
26 :parameters => { "kernel.panic" => "60" }
29 :comment => "Do TCP level MTU probing if we seem to have an ICMP blackhole",
31 "net.ipv4.tcp_mtu_probing" => "1",
32 "net.ipv4.tcp_base_mss" => "1024"
36 :comment => "Tune network buffers",
38 "net.core.rmem_max" => "16777216",
39 "net.core.wmem_max" => "16777216",
40 "net.ipv4.tcp_rmem" => "4096\t87380\t16777216",
41 "net.ipv4.tcp_wmem" => "4096\t65536\t16777216"
45 :comment => "Increase maximum backlog for incoming network packets",
46 :parameters => { "net.core.netdev_max_backlog" => "2500" }
48 :network_conntrack_established => {
49 :comment => "Only track established connections for four hours",
51 "net.netfilter.nf_conntrack_tcp_timeout_established" => "14400"
55 :comment => "Turn on syncookies to protect against SYN floods",
57 "net.ipv4.tcp_syncookies" => "1"
62 :cpufreq_ondemand => {
63 :comment => "Tune the ondemand CPU frequency governor",
65 "devices/system/cpu/cpufreq/ondemand/up_threshold" => "25",
66 "devices/system/cpu/cpufreq/ondemand/sampling_down_factor" => "100"