X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c210291c6bfe5ff623ad94c1e08d151c523f8072..fe856132e6b64a456646f8f0157bd10352bb80c7:/roles/nchc.rb diff --git a/roles/nchc.rb b/roles/nchc.rb index bb9181fff..c376eb371 100644 --- a/roles/nchc.rb +++ b/roles/nchc.rb @@ -12,17 +12,13 @@ default_attributes( :location => "Hsinchu, Taiwan", :networking => { :nameservers => ["140.110.16.1", "140.110.4.1"], - :roles => { - :external => { - :zone => "nc" - } - } + :wireguard => { :keepalive => 180 } } ) override_attributes( :ntp => { - :servers => ["0.tw.pool.ntp.org", "1.tw.pool.ntp.org", "europe.pool.ntp.org"] + :servers => ["0.tw.pool.ntp.org", "1.tw.pool.ntp.org", "asia.pool.ntp.org"] } )