]> git.openstreetmap.org Git - chef.git/blobdiff - roles/osuosl.rb
Add more location and hosting information
[chef.git] / roles / osuosl.rb
index 38fcb7e81f2ebb6a0f7a4067e84ded3c4315c0e6..2d7edd7cf5c7efa70ba6a14c23a541f432fbea2b 100644 (file)
@@ -2,17 +2,22 @@ name "osuosl"
 description "Role applied to all servers at OSUOSL"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :osuadmin => { :status => :administrator }
+    }
+  },
+  :hosted_by => "OSUOSL",
+  :location => "Corvallis, Oregon",
   :networking => {
-    :nameservers => [ "8.8.8.8", "8.8.4.4" ],
+    :nameservers => ["8.8.8.8", "8.8.4.4"],
     :roles => {
-      :internal => {
+      :external => {
+        :zone => "ool",
         :inet => {
-          :prefix => "22",
-          :gateway => "10.0.0.0"
+          :prefix => "28",
+          :gateway => "140.211.167.97"
         }
-      },
-      :external => {
-        :zone => "ool"
       }
     }
   }
@@ -20,7 +25,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
-    :servers => [ "ntp.osuosl.org" ]
+    :servers => ["ntp.osuosl.org"]
   }
 )