]> git.openstreetmap.org Git - chef.git/blobdiff - roles/aarnet.rb
Enable peering for squid 4 caches
[chef.git] / roles / aarnet.rb
index c8d84f858b6db8ff14775d94bde94079d5ab21fb..7e2b97e8bfe30d6223305e5d192831d7091ee9dc 100644 (file)
@@ -2,7 +2,18 @@ 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(