]> git.openstreetmap.org Git - chef.git/blobdiff - roles/exonetric.rb
Enable netplan for NZ tile caches
[chef.git] / roles / exonetric.rb
index 094fda11003f9c60b0575708a16df6160d828239..ea1c0048161a117b6c24acebef058947cd16ddf3 100644 (file)
@@ -2,10 +2,26 @@ name "exonetric"
 description "Role applied to all servers at Exonetric"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :hatter => { :status => :administrator }
+    }
+  },
+  :hosted_by => "Exonetric",
+  :location => "London, England",
   :networking => {
+    :nameservers => ["8.8.8.8", "8.8.4.4"],
     :roles => {
       :external => {
-        :zone => "ex"
+        :zone => "ex",
+        :inet => {
+          :prefix => "28",
+          :gateway => "178.250.74.33"
+        },
+        :inet6 => {
+          :prefix => "64",
+          :gateway => "2a02:1658:4:0::1"
+        }
       }
     }
   }