X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e7700a052e1494d3a3ccd18445b18bf43a43d6b1..76157b584c57d86aa2fb79ee2101dde544f2c7a5:/roles/nchc.rb diff --git a/roles/nchc.rb b/roles/nchc.rb index 62639e784..58b3ed500 100644 --- a/roles/nchc.rb +++ b/roles/nchc.rb @@ -8,9 +8,10 @@ default_attributes( :ceasar => { :status => :administrator } } }, + :hosted_by => "NCHC", :location => "Hsinchu, Taiwan", :networking => { - :nameservers => ["8.8.8.8", "8.8.4.4"], + :nameservers => ["140.110.16.1", "140.110.4.1"], :roles => { :external => { :zone => "nc" @@ -21,7 +22,7 @@ default_attributes( 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"] } )