]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ic.rb
Fix name for katla
[chef.git] / roles / ic.rb
index ea4d17b7a6814d58f34ba64de44cc7c78a389e68..159f4ca4d714cf4f3237e84349cf48aa9aaf67d4 100644 (file)
@@ -14,9 +14,6 @@ default_attributes(
         :inet => {
           :prefix => "27",
           :gateway => "146.179.159.177"
-        },
-        :inet6 => {
-          :method => "manual"
         }
       },
       :external => {
@@ -31,6 +28,11 @@ default_attributes(
         }
       }
     }
+  },
+  :web => {
+    :backends => %w[rails4 rails5],
+    :fileserver => "ironbelly",
+    :readonly_database_host => "karm.ic.openstreetmap.org"
   }
 )