]> git.openstreetmap.org Git - chef.git/blobdiff - roles/lysator.rb
Reduce cache memory on idris
[chef.git] / roles / lysator.rb
index ad1f0087f909145c48d0c3657a18a5e6112e41bd..7bf25dc165725959f59a1db4ef315da9f4661904 100644 (file)
@@ -2,15 +2,16 @@ name "lysator"
 description "Role applied to all servers at Lysator"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :aoh => { :status => :administrator },
+      :lysroot => { :status => :administrator }
+    }
+  },
   :hosted_by => "Lysator",
   :location => "Linköping, Sweden",
   :networking => {
-    :nameservers => ["130.236.254.225", "2001:6b0:17:f0a0::e1"],
-    :roles => {
-      :external => {
-        :zone => "osm"
-      }
-    }
+    :nameservers => ["130.236.254.225", "2001:6b0:17:f0a0::e1", "130.236.254.4"]
   }
 )