]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ic.rb
Move read load for IC machines to ramoth
[chef.git] / roles / ic.rb
index 16ff9ca485942b234d35f8511c73a8f5edcb88cc..a2291c4e330f4f1f7446016161fe852d028d883c 100644 (file)
@@ -29,8 +29,13 @@ default_attributes(
       }
     }
   },
+  :passenger => {
+    :ruby_version => "2.3"
+  },
   :web => {
-    :backends => %w(rails1 rails2 rails3)
+    :backends => %w(rails1 rails2 rails3),
+    :fileserver => "ironbelly",
+    :readonly_database_host => "ramoth.ic.openstreetmap.org"
   }
 )