]> git.openstreetmap.org Git - chef.git/blobdiff - roles/noomoahk.rb
Add role for toothless
[chef.git] / roles / noomoahk.rb
index 332db425b95a485182be3fb33ce140210778dc7f..eaceb1831bbc98fdcee9e00633035df73c17a35f 100644 (file)
@@ -3,7 +3,6 @@ description "Master role applied to noomoahk"
 
 default_attributes(
   :networking => {
-    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "ens3",
@@ -30,11 +29,13 @@ default_attributes(
   :tilecache => {
     :tile_parent => "france.render.openstreetmap.org",
     :tile_siblings => [
+      # "necrosan.openstreetmap.org", # IO Overloaded
       "nepomuk.openstreetmap.org",
+      # "noomoahk.openstreetmap.org",
       "norbert.openstreetmap.org",
-      "necrosan.openstreetmap.org",
       "ladon.openstreetmap.org",
-      "culebre.openstreetmap.org"
+      "culebre.openstreetmap.org",
+      "gorynych.openstreetmap.org"
     ]
   }
 )