X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5c316de4cdef360e538c18893e57edf9e17b37b7..c784b570ae5193b222866d410ddd24b90547bed7:/roles/ironbelly.rb?ds=inline diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 10b1e9599..4d3c83a74 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -66,6 +66,16 @@ default_attributes( } } }, + :nginx => { + :cache => { + :proxy => { + :enable => true, + :keys_zone => "proxy_cache_zone:256M", + :inactive => "180d", + :max_size => "51200M" + } + } + }, :rsyncd => { :modules => { :logs => { @@ -100,5 +110,6 @@ run_list( "role[equinix-ams]", "role[gateway]", "recipe[rsyncd]", - "recipe[dhcpd]" + "recipe[dhcpd]", + "recipe[imagery::za_ngi_aerial]" )