]> git.openstreetmap.org Git - chef.git/blobdiff - roles/aarnet.rb
Reduce maximum multixact age for promscale
[chef.git] / roles / aarnet.rb
index f028c23b04b2199c4c71273c1e164c71b3b1c2b6..8cab0ea355ed9202539fe48635a22a77c164e0c6 100644 (file)
@@ -8,12 +8,17 @@ default_attributes(
       :bclifford => { :status => :administrator }
     }
   },
-  :hosted_by => "AARNet"
+  :hosted_by => "AARNet",
+  :location => "Carlton, Victoria, Australia",
+  :timezone => "Australia/Melbourne"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["202.158.207.1", "202.158.207.2"]
+  },
   :ntp => {
-    :servers => ["0.au.pool.ntp.org", "1.au.pool.ntp.org", "europe.pool.ntp.org"]
+    :servers => ["0.au.pool.ntp.org", "1.au.pool.ntp.org", "oceania.pool.ntp.org"]
   }
 )