]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
Update UCL machines for move to Slough
[chef.git] / roles / ridley.rb
index 7bbcc3839810a8ffa846797eef097baf43b9d264..00dbc1ab2f866b49682c91e1a346c03ccb923ab2 100644 (file)
@@ -2,6 +2,9 @@ name "ridley"
 description "Master role applied to ridley"
 
 default_attributes(
+  :ssl => {
+    :certificates => %w(osmfoundation openstreetmap)
+  },
   :apache => {
     :ssl => {
       :certificate => "osmfoundation",
@@ -33,7 +36,7 @@ default_attributes(
         :interface => "eth0",
         :role => :external,
         :family => :inet,
-        :address => "128.40.45.205"
+        :address => "193.60.236.19"
       },
       :internal_ipv4 => {
         :interface => "eth1",
@@ -84,7 +87,7 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-wolfson]",
+  "role[ucl-slough]",
   "role[hp-dl360-g6]",
   "role[gateway]",
   "role[foundation]",