X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5d65f850c7bedbd18f68f6ba7ad2db87ed6387c2..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/gorwen.rb diff --git a/roles/gorwen.rb b/roles/gorwen.rb index 20dc8929c..18ca17ae7 100644 --- a/roles/gorwen.rb +++ b/roles/gorwen.rb @@ -3,7 +3,7 @@ description "Master role applied to gorwen" default_attributes( :hardware => { - :shm_size => "10g" + :shm_size => "20g" }, :networking => { :interfaces => { @@ -23,11 +23,14 @@ default_attributes( :prefix => "125", :gateway => "2800:1e0:a01:a006::69" } + }, + :wireguard => { + :enabled => false } }, :squid => { :version => 4, - :cache_mem => "6144 MB", + :cache_mem => "16384 MB", :cache_dir => [ "rock /store/squid/rock-4096 20000 swap-timeout=200 slot-size=4096 max-size=3996", "rock /store/squid/rock-8192 25000 swap-timeout=200 slot-size=8192 min-size=3997 max-size=8092", @@ -48,6 +51,6 @@ default_attributes( ) run_list( - "role[edgeuno]", + "role[edgeuno-co]", "role[tilecache]" )