]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ic.rb
Enable CSP in report only mode for the main web site
[chef.git] / roles / ic.rb
index 16ff9ca485942b234d35f8511c73a8f5edcb88cc..33e99624b2f17f23fd99fd2538aa0ef19f885ec5 100644 (file)
@@ -30,7 +30,9 @@ default_attributes(
     }
   },
   :web => {
-    :backends => %w(rails1 rails2 rails3)
+    :backends => %w[rails1 rails2 rails3],
+    :fileserver => "ironbelly",
+    :readonly_database_host => "karm.ic.openstreetmap.org"
   }
 )