X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/87567b1b6fd1876f7c0258a1d2737c84808b6916..38646736399636903c551545321a0430c71e7238:/roles/ironbelly.rb?ds=inline diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 6363bdfd6..696ee3f56 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -36,7 +36,7 @@ default_attributes( :mode => "802.3ad", :lacprate => "fast", :xmithashpolicy => "layer3+4", - :slaves => %w[eth0 eth1] + :slaves => %w[enp2s0f0 enp2s0f1] } }, :external => { @@ -67,11 +67,13 @@ default_attributes( } }, :nginx => { - :proxy => { - :enable => true, - :keys_zone => "proxy_cache_zone:256M", - :inactive => "180d", - :max_size => "51200M" + :cache => { + :proxy => { + :enable => true, + :keys_zone => "proxy_cache_zone:256M", + :inactive => "180d", + :max_size => "51200M" + } } }, :rsyncd => { @@ -109,5 +111,6 @@ run_list( "role[gateway]", "recipe[rsyncd]", "recipe[dhcpd]", - "recipe[imagery::za_ngi_aerial]" + "recipe[imagery::za_ngi_aerial]", + "recipe[imagery::us_imagery]" )