2 description "Role applied to all servers at Equinix Dublin"
 
   7       :comment => "Enable BBR. Equinix DUB has 3Gbps uplinks",
 
   9         "net.core.default_qdisc" => "fq",
 
  10         "net.ipv4.tcp_congestion_control" => "bbr"
 
  17         :interface => "bond0",
 
  22           :gateway => "10.0.64.2",
 
  24             "10.0.0.0/8" => { :via => "10.0.64.2" }
 
  27             { :to => "10.0.0.0/8", :table => "main", :priority => 50 },
 
  28             { :to => "172.16.0.0/12", :table => "main", :priority => 50 },
 
  29             { :to => "192.168.0.0/16", :table => "main", :priority => 50 }
 
  35           :xmithashpolicy => "layer3+4"
 
  43         :help => "Host location",
 
  44         :labels => { :site => "dublin" }
 
  49     :readonly_database_host => "snap-03.dub.openstreetmap.org"
 
  55     :nameservers => ["10.0.64.2", "74.82.42.42", "2001:470:20::2"],
 
  56     :search => ["dub.openstreetmap.org", "openstreetmap.org"]
 
  59     :servers => ["0.ie.pool.ntp.org", "1.ie.pool.ntp.org", "europe.pool.ntp.org"]