]> git.openstreetmap.org Git - chef.git/blobdiff - roles/osuosl.rb
Fix IPv6 address for viserion
[chef.git] / roles / osuosl.rb
index cae3296905a6166c26cd3fd244647c3089d750f0..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 => {
       :external => {
+        :zone => "ool",
         :inet => {
           :prefix => "28",
           :gateway => "140.211.167.97"
         }
-      },
-      :external => {
-        :zone => "ool"
       }
     }
   }