X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4722e0f97ac741783a6ed28fa49a5548295d64a0..ea154b090ca0e115b1e160e4e243a01a1b9f4085:/roles/lockheed.rb diff --git a/roles/lockheed.rb b/roles/lockheed.rb index ff2494dca..8f42973e6 100644 --- a/roles/lockheed.rb +++ b/roles/lockheed.rb @@ -28,10 +28,22 @@ default_attributes( } } } + }, + :nginx => { + :cache => { + :proxy => { + :enable => true, + :keys_zone => "proxy_cache_zone:256M", + :inactive => "180d", + :max_size => "51200M" + } + } } ) run_list( "role[equinix-ams]", - "role[hp-g9]" + "role[hp-g9]", + "recipe[imagery::za_ngi_aerial]", + "recipe[imagery::us_imagery]" )