X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c210291c6bfe5ff623ad94c1e08d151c523f8072..f795ac53f87d813d560d314db36b3885611d13a0:/roles/nchc.rb?ds=sidebyside diff --git a/roles/nchc.rb b/roles/nchc.rb index bb9181fff..1c434df2a 100644 --- a/roles/nchc.rb +++ b/roles/nchc.rb @@ -11,18 +11,16 @@ default_attributes( :hosted_by => "NCHC", :location => "Hsinchu, Taiwan", :networking => { - :nameservers => ["140.110.16.1", "140.110.4.1"], - :roles => { - :external => { - :zone => "nc" - } - } + :wireguard => { :keepalive => 180 } } ) override_attributes( + :networking => { + :nameservers => ["140.110.16.1", "140.110.4.1"] + }, :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"] } )