From: Tom Hughes Date: Wed, 16 Sep 2020 17:42:52 +0000 (+0100) Subject: Add a keepalive for wireguard on longma X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/bfa59d5ebccbee24372f61d56b73a4626bc589d5?ds=sidebyside;hp=1cac4eb8d40ccb2d534f030c3329a456e03404bd Add a keepalive for wireguard on longma --- diff --git a/roles/nchc.rb b/roles/nchc.rb index 9af0b8af1..c376eb371 100644 --- a/roles/nchc.rb +++ b/roles/nchc.rb @@ -11,7 +11,8 @@ default_attributes( :hosted_by => "NCHC", :location => "Hsinchu, Taiwan", :networking => { - :nameservers => ["140.110.16.1", "140.110.4.1"] + :nameservers => ["140.110.16.1", "140.110.4.1"], + :wireguard => { :keepalive => 180 } } )