X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e947590c6a42789d8a1c240331d85ca637274ed4..f8777097eb703a699f9abf202e8c1bb4e8ad5d41:/roles/konqi.rb diff --git a/roles/konqi.rb b/roles/konqi.rb index 7cc2eb940..6744ee3ce 100644 --- a/roles/konqi.rb +++ b/roles/konqi.rb @@ -3,7 +3,7 @@ description "Master role applied to konqi" default_attributes( :hardware => { - :shm_size => "18g" + :shm_size => "20g" }, :networking => { :interfaces => { @@ -23,6 +23,9 @@ default_attributes( :prefix => "64", :gateway => "2a02:180:1:1::1" } + }, + :wireguard => { + :enabled => false } }, :squid => {