]> git.openstreetmap.org Git - chef.git/blobdiff - roles/osuosl.rb
Enable CSP in report only mode for the main web site
[chef.git] / roles / osuosl.rb
index e68f0c5359a398c06f75cc77e683d2f1ebd87c19..33f18e7eea59f2f25e084a1bfaa8e2558c247080 100644 (file)
@@ -7,6 +7,8 @@ default_attributes(
       :osuadmin => { :status => :administrator }
     }
   },
+  :hosted_by => "OSUOSL",
+  :location => "Corvallis, Oregon",
   :networking => {
     :nameservers => ["8.8.8.8", "8.8.4.4"],
     :roles => {
@@ -15,6 +17,10 @@ default_attributes(
         :inet => {
           :prefix => "28",
           :gateway => "140.211.167.97"
+        },
+        :inet6 => {
+          :prefix => "64",
+          :gateway => "2605:bc80:3010:700::1"
         }
       }
     }