2 description "Master role applied to lockheed"
 
   9           :address => "10.0.48.16"
 
  12           :slaves => %w[eno49 eno50]
 
  17           :address => "184.104.179.144"
 
  20           :address => "2001:470:1:fa1::10"
 
  25           :address => "82.199.86.112"
 
  28           :address => "2001:4d78:500:5e3::10"
 
  35       :comment => "Increase size of connection queue",
 
  37         "net.core.somaxconn" => 10000
 
  40     :network_conntrack_time_wait => {
 
  41       :comment => "Only track completed connections for 30 seconds",
 
  43         "net.netfilter.nf_conntrack_tcp_timeout_time_wait" => "30"
 
  46     :network_conntrack_max => {
 
  47       :comment => "Increase max number of connections tracked",
 
  49         "net.netfilter.nf_conntrack_max" => "524288"
 
  52     :no_tcp_slow_start => {
 
  53       :comment => "Disable TCP slow start",
 
  55         "net.ipv4.tcp_slow_start_after_idle" => "0"
 
  59       :comment => "Use TCP BBR Congestion Control",
 
  61         "net.core.default_qdisc" => "fq",
 
  62         "net.ipv4.tcp_congestion_control" => "bbr"
 
  70         :keys_zone => "fastcgi_cache_zone:2048M",
 
  72         :max_size => "196608M"
 
  76         :keys_zone => "proxy_cache_zone:2048M",
 
  78         :max_size => "196608M"
 
  85   "role[equinix-ams-public]",