]> git.openstreetmap.org Git - chef.git/blobdiff - roles/aarnet.rb
Expect munin to use an IPv6 socket
[chef.git] / roles / aarnet.rb
index c8d84f858b6db8ff14775d94bde94079d5ab21fb..55845b269185da826ba94dae8d9f21798f7efde4 100644 (file)
@@ -2,12 +2,23 @@ name "aarnet"
 description "Role applied to all servers at AARNet"
 
 default_attributes(
-  :hosted_by => "AARNet"
+  :accounts => {
+    :users => {
+      :chm => { :status => :administrator },
+      :bclifford => { :status => :administrator }
+    }
+  },
+  :hosted_by => "AARNet",
+  :location => "Carlton, Victoria, Australia",
+  :timezone => "Australia/Melbourne",
+  :networking => {
+    :nameservers => ["202.158.207.1", "202.158.207.2"]
+  }
 )
 
 override_attributes(
   :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"]
   }
 )