]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nchc.rb
Add role for odin
[chef.git] / roles / nchc.rb
index 8291d68668c230fdc97e4b29866bdb9789d516a5..bb9181fff5d6a0bc91514dfcb4d7e76a2cf4d2b6 100644 (file)
@@ -8,8 +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"
@@ -20,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", "europe.pool.ntp.org"]
   }
 )