]> git.openstreetmap.org Git - chef.git/blobdiff - roles/edgeuno.rb
nominatim: increase number of tracked connections
[chef.git] / roles / edgeuno.rb
index 2563e76b5309dc8a2e79c0f8e36d04c8dfce133f..c1224f2bab0c14394884082a679553599b286679 100644 (file)
@@ -8,7 +8,6 @@ default_attributes(
     }
   },
   :hosted_by => "EdgeUno",
-  :location => "Bogotá, Colombia",
   :networking => {
     :firewall => {
       :inet => [
@@ -37,21 +36,6 @@ default_attributes(
     :nameservers => [
       "8.8.8.8",
       "1.1.1.1"
-    ],
-    :roles => {
-      :external => {
-        :zone => "osm"
-      }
-    }
-  }
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.co.pool.ntp.org", "1.co.pool.ntp.org", "south-america.pool.ntp.org"]
+    ]
   }
 )
-
-run_list(
-  "role[co]"
-)