]> git.openstreetmap.org Git - chef.git/blobdiff - roles/osuosl.rb
Fix IPv6 address for viserion
[chef.git] / roles / osuosl.rb
index 285c82952284d59f52fb241e50a8b2e39f53d9c4..e6aa9632bbc1b44039b2fbdfc2ae0e08c9e0c241 100644 (file)
@@ -2,17 +2,20 @@ name "osuosl"
 description "Role applied to all servers at OSUOSL"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :osuadmin => { :status => :administrator }
+    }
+  },
   :networking => {
     :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 => "osuosl"
       }
     }
   }