2 description "Master role applied to lockheed"
 
  11           :address => "10.0.48.16"
 
  16           :xmithashpolicy => "layer3+4",
 
  17           :slaves => %w[eno49 eno50]
 
  21         :interface => "bond0.3",
 
  24           :address => "184.104.179.144"
 
  27           :address => "2001:470:1:fa1::10"
 
  34       :comment => "Increase size of connection queue",
 
  36         "net.core.somaxconn" => 10000
 
  39     :network_conntrack_time_wait => {
 
  40       :comment => "Only track completed connections for 30 seconds",
 
  42         "net.netfilter.nf_conntrack_tcp_timeout_time_wait" => "30"
 
  45     :network_conntrack_max => {
 
  46       :comment => "Increase max number of connections tracked",
 
  48         "net.netfilter.nf_conntrack_max" => "524288"
 
  51     :no_tcp_slow_start => {
 
  52       :comment => "Disable TCP slow start",
 
  54         "net.ipv4.tcp_slow_start_after_idle" => "0"
 
  58       :comment => "Use TCP BBR Congestion Control",
 
  60         "net.core.default_qdisc" => "fq",
 
  61         "net.ipv4.tcp_congestion_control" => "bbr"
 
  69           :keys_zone => "proxy_cache_zone:256M",
 
  80   "recipe[imagery::za_ngi_aerial]",
 
  81   "recipe[imagery::us_imagery]"