X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/21958591555b0b80370e944e3128ac5d533c281d..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/nchc.rb diff --git a/roles/nchc.rb b/roles/nchc.rb index 1e4cd5f0a..1c434df2a 100644 --- a/roles/nchc.rb +++ b/roles/nchc.rb @@ -8,19 +8,19 @@ default_attributes( :ceasar => { :status => :administrator } } }, + :hosted_by => "NCHC", + :location => "Hsinchu, Taiwan", :networking => { - :nameservers => ["8.8.8.8", "8.8.4.4"], - :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"] } )