]> git.openstreetmap.org Git - chef.git/blobdiff - roles/osuosl.rb
Update carto stylesheet to v4.14.0
[chef.git] / roles / osuosl.rb
index 41d7c6e90a543663b499b55cebc3ab45283803ec..33f18e7eea59f2f25e084a1bfaa8e2558c247080 100644 (file)
@@ -2,14 +2,25 @@ name "osuosl"
 description "Role applied to all servers at OSUOSL"
 
 default_attributes(
 description "Role applied to all servers at OSUOSL"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :osuadmin => { :status => :administrator }
+    }
+  },
+  :hosted_by => "OSUOSL",
+  :location => "Corvallis, Oregon",
   :networking => {
   :networking => {
-    :nameservers => [ "8.8.8.8", "8.8.4.4" ],
+    :nameservers => ["8.8.8.8", "8.8.4.4"],
     :roles => {
       :external => {
         :zone => "ool",
         :inet => {
           :prefix => "28",
           :gateway => "140.211.167.97"
     :roles => {
       :external => {
         :zone => "ool",
         :inet => {
           :prefix => "28",
           :gateway => "140.211.167.97"
+        },
+        :inet6 => {
+          :prefix => "64",
+          :gateway => "2605:bc80:3010:700::1"
         }
       }
     }
         }
       }
     }
@@ -18,7 +29,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
 
 override_attributes(
   :ntp => {
-    :servers => [ "ntp.osuosl.org" ]
+    :servers => ["ntp.osuosl.org"]
   }
 )
 
   }
 )