X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ccd10aff9f132fd7de54198dad5c11208714f04a..948c204d5052afc85aad0d734a6e5fc9584738e2:/roles/nchc.rb diff --git a/roles/nchc.rb b/roles/nchc.rb index 8291d6866..9af0b8af1 100644 --- a/roles/nchc.rb +++ b/roles/nchc.rb @@ -8,19 +8,16 @@ 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" - } - } + :nameservers => ["140.110.16.1", "140.110.4.1"] } ) 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"] } )