X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e947590c6a42789d8a1c240331d85ca637274ed4..c30bf38a3bc31371fd5a9da3ebc383bd6236b4d3:/roles/jakelong.rb diff --git a/roles/jakelong.rb b/roles/jakelong.rb index 5fc22b2b0..b8a7314e0 100644 --- a/roles/jakelong.rb +++ b/roles/jakelong.rb @@ -23,6 +23,9 @@ default_attributes( :prefix => "64", :gateway => "2605:2700:0:17::1" } + }, + :wireguard => { + :enabled => false } }, :squid => { @@ -38,6 +41,7 @@ default_attributes( :nginx => { :cache => { :proxy => { + :keys_zone => "proxy_cache_zone:64M", :max_size => "2048M" } } @@ -64,6 +68,5 @@ default_attributes( run_list( "role[prgmr]", - "role[geodns]", "role[tilecache]" )