]> git.openstreetmap.org Git - chef.git/blobdiff - roles/exonetric.rb
Update mediawiki to v1.26 branch
[chef.git] / roles / exonetric.rb
index 094fda11003f9c60b0575708a16df6160d828239..d864d553d997f27c0bf49d3a635160e623527b2f 100644 (file)
@@ -2,10 +2,20 @@ name "exonetric"
 description "Role applied to all servers at Exonetric"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :hatter => { :status => :administrator }
+    }
+  },
   :networking => {
+    :nameservers => ["8.8.8.8", "8.8.4.4"],
     :roles => {
       :external => {
-        :zone => "ex"
+        :zone => "ex",
+        :inet => {
+          :prefix => "28",
+          :gateway => "178.250.74.33"
+        }
       }
     }
   }