]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
Update carto stylesheet to v2.37.0
[chef.git] / roles / ascalon.rb
index b54fbde8c9cdf6abae90ee08e7304773a5577b63..cffccad359582c1c64f34d3d7bac67cacc7d3b0e 100644 (file)
@@ -14,12 +14,19 @@ default_attributes(
         :interface => "eth1",
         :role => :external,
         :family => :inet,
-        :address => "128.40.168.105"
+        :address => "128.40.45.193"
       }
     }
+  },
+  :accounts => {
+    :users => {
+      :emacsen => { :status => :administrator }
+    }
   }
 )
 
 run_list(
-  "role[ucl-internal]"
+  "role[ucl-wolfson]",
+  "role[hp-g5]",
+  "role[roundup]"
 )