]> git.openstreetmap.org Git - chef.git/commitdiff
Use a common set of default resolvers, defaulting to cloudflare
authorTom Hughes <tom@compton.nu>
Thu, 8 Oct 2020 19:19:46 +0000 (20:19 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 8 Oct 2020 19:19:46 +0000 (20:19 +0100)
54 files changed:
cookbooks/networking/attributes/default.rb
roles/aarnet.rb
roles/altavoz.rb
roles/blix.rb
roles/bytemark.rb
roles/c3sl.rb
roles/catalyst.rb
roles/datahata.rb
roles/delta.rb
roles/dotsrc.rb
roles/drogon.rb
roles/edgeuno.rb
roles/equinix.rb
roles/euserv.rb
roles/exonetric.rb
roles/faimaison.rb
roles/ffrl.rb
roles/firefishynet.rb
roles/gandi.rb
roles/greenmini.rb
roles/grifon.rb
roles/grnet.rb
roles/hetzner.rb
roles/hostedinnz.rb
roles/inxza.rb
roles/iway.rb
roles/jump.rb
roles/lyonix.rb
roles/lysator.rb
roles/milkywan.rb
roles/nchc.rb
roles/netalerts.rb
roles/orm.rb
roles/osuosl.rb
roles/ovh.rb
roles/paulla.rb
roles/prgmr.rb
roles/rhaegal.rb
roles/scaleway.rb
roles/shenron.rb
roles/strato.rb
roles/szerverem.rb
roles/teleservice.rb
roles/teraswitch.rb
roles/tetaneutral.rb
roles/tuxis.rb
roles/ucl.rb
roles/umu.rb
roles/unizar.rb
roles/utelecom.rb
roles/viserion.rb
roles/vodafone-cz.rb
roles/yandex.rb
roles/zcu.rb

index 23cd15eb0652a2470f35168cb174bff402640ae4..8d369de4b55e2533188ebb6d0020b62618a85e29 100644 (file)
@@ -9,7 +9,7 @@ default[:networking][:firewall][:raw] = true
 default[:networking][:firewall][:mangle] = true
 default[:networking][:roles] = {}
 default[:networking][:interfaces] = {}
-default[:networking][:nameservers] = []
+default[:networking][:nameservers] = %w[1.1.1.1 1.0.0.1 2606:4700:4700::1111 2606:4700:4700::1001]
 default[:networking][:search] = []
 default[:networking][:dnssec] = "allow-downgrade"
 default[:networking][:hostname] = node.name
index 55845b269185da826ba94dae8d9f21798f7efde4..8cab0ea355ed9202539fe48635a22a77c164e0c6 100644 (file)
@@ -10,13 +10,13 @@ default_attributes(
   },
   :hosted_by => "AARNet",
   :location => "Carlton, Victoria, Australia",
-  :timezone => "Australia/Melbourne",
-  :networking => {
-    :nameservers => ["202.158.207.1", "202.158.207.2"]
-  }
+  :timezone => "Australia/Melbourne"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["202.158.207.1", "202.158.207.2"]
+  },
   :ntp => {
     :servers => ["0.au.pool.ntp.org", "1.au.pool.ntp.org", "oceania.pool.ntp.org"]
   }
index 8deb1dfda780879315940c5d127b3be524105c05..ae9d720fc5a2aa9b722a67aa852e70a9cc0434d1 100644 (file)
@@ -3,16 +3,13 @@ description "Role applied to all servers at AltaVoz"
 
 default_attributes(
   :hosted_by => "AltaVoz",
-  :location => "Viña del Mar, Chile",
-  :networking => {
-    :nameservers => [
-      "200.91.44.10",
-      "200.91.41.10"
-    ]
-  }
+  :location => "Viña del Mar, Chile"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["200.91.44.10", "200.91.41.10"]
+  },
   :ntp => {
     :servers => ["0.cl.pool.ntp.org", "1.cl.pool.ntp.org", "south-america.pool.ntp.org"]
   }
index f58d760dc113f1ac6bbf8d55db52fbee56aed479..5d54e192790b055f434040b8ac90a4be22a2651a 100644 (file)
@@ -7,8 +7,5 @@ default_attributes(
       :blixadmin => { :status => :administrator }
     }
   },
-  :hosted_by => "Blix Solutions",
-  :networking => {
-    :nameservers => ["8.8.8.8", "8.8.4.4"]
-  }
+  :hosted_by => "Blix Solutions"
 )
index 4e80daa56f7098c42117b95c668ca9159d51bf77..7b06247525ba718d57c0445ac17943cf50424e21 100644 (file)
@@ -5,7 +5,6 @@ default_attributes(
   :hosted_by => "Bytemark",
   :location => "York, England",
   :networking => {
-    :nameservers => ["10.0.32.20"],
     :roles => {
       :internal => {
         :inet => {
@@ -38,6 +37,7 @@ default_attributes(
 
 override_attributes(
   :networking => {
+    :nameservers => ["10.0.32.20"],
     :search => ["bm.openstreetmap.org", "openstreetmap.org"]
   },
   :ntp => {
index de519e7d35c2727420e9ed814e9389e1a5e9f0aa..9b2bcc33f510fb8c8d261fcfe2025091f2bb10f1 100644 (file)
@@ -9,14 +9,16 @@ default_attributes(
   },
   :hosted_by => "Centro de Computação Científica e Software Livre, Universidade Federal do Paraná",
   :location => "Curitiba, Brazil",
-  :timezone => "America/Sao_Paulo",
   :networking => {
-    :nameservers => ["200.17.202.3", "200.236.31.1"],
     :wireguard => { :keepalive => 180 }
-  }
+  },
+  :timezone => "America/Sao_Paulo"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["200.17.202.3", "200.236.31.1"]
+  },
   :ntp => {
     :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "south-america.pool.ntp.org"]
   }
index 44319813f7f5b0a46f92365b01a25ceb097c1f0a..413be9ed883a2b1f8832454f9a55dcd1de1cb66d 100644 (file)
@@ -3,13 +3,13 @@ description "Role applied to all servers at Catalyst"
 
 default_attributes(
   :hosted_by => "Catalyst",
-  :location => "Hamilton, New Zealand",
-  :networking => {
-    :nameservers => ["202.78.244.85", "202.78.244.86", "202.78.244.87"]
-  }
+  :location => "Hamilton, New Zealand"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["202.78.244.85", "202.78.244.86", "202.78.244.87"]
+  },
   :ntp => {
     :servers => ["0.nz.pool.ntp.org", "1.nz.pool.ntp.org", "oceania.pool.ntp.org"]
   }
index 42b3d40f7d821bcc442cc879b4202b5fc2e59c06..d257382c6c4885d20922a4afa3bbefd27a7c0f3c 100644 (file)
@@ -8,14 +8,7 @@ default_attributes(
     }
   },
   :hosted_by => "DataHata",
-  :location => "Minsk, Belarus",
-  :networking => {
-    :nameservers => [
-      "31.130.200.2",
-      "8.8.8.8",
-      "8.8.4.4"
-    ]
-  }
+  :location => "Minsk, Belarus"
 )
 
 override_attributes(
index bf307528ab2fc8d85aae9782c9362a5abe2418d9..247cbda8991e4f9423447ac08f42e0f80410de0e 100644 (file)
@@ -3,10 +3,7 @@ description "Role applied to all servers at Delta Telecom"
 
 default_attributes(
   :hosted_by => "Delta Telecom",
-  :location => "Baku, Azerbaijan",
-  :networking => {
-    :nameservers => ["94.20.20.20", "8.8.8.8", "8.8.4.4"]
-  }
+  :location => "Baku, Azerbaijan"
 )
 
 override_attributes(
index 21838b72d6019e7f9a15eca7bb976793378b3d64..3b5f845091c3ebdccd9b4550a6b7d3294644f719 100644 (file)
@@ -3,17 +3,13 @@ description "Role applied to all servers at dotsrc.org"
 
 default_attributes(
   :hosted_by => "dotsrc.org",
-  :location => "Aalborg, Denmark",
-  :networking => {
-    :nameservers => [
-      "130.226.1.2",
-      "130.226.255.53",
-      "2001:878:0:100::2"
-    ]
-  }
+  :location => "Aalborg, Denmark"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["130.226.1.2", "130.226.255.53", "2001:878:0:100::2"]
+  },
   :ntp => {
     :servers => ["0.dk.pool.ntp.org", "1.dk.pool.ntp.org", "europe.pool.ntp.org"]
   }
index 1938270f9de62b15a56d464cced5e7f776b98f20..8e4e50680d89a3d8c3bab5afe9f4f052dd83873c 100644 (file)
@@ -29,11 +29,7 @@ default_attributes(
         :prefix => "64",
         :gateway => "fe80::161:53:30:97"
       }
-    },
-    :nameservers => [
-      "161.53.30.100",
-      "8.8.8.8"
-    ]
+    }
   },
   :squid => {
     :version => 4,
index c1224f2bab0c14394884082a679553599b286679..d6fb53aefcdb6013f9ff18202ced65043a209c13 100644 (file)
@@ -32,10 +32,6 @@ default_attributes(
           :connection_limit => "-"
         }
       ]
-    },
-    :nameservers => [
-      "8.8.8.8",
-      "1.1.1.1"
-    ]
+    }
   }
 )
index 625aa8f57d3e78be50170375d6933d4c8854eb90..e04f7fac5b253da09567e58567cda0af6757cf2d 100644 (file)
@@ -3,7 +3,6 @@ description "Role applied to all servers at Equinix"
 
 default_attributes(
   :networking => {
-    :nameservers => ["66.28.0.45", "66.28.0.61"],
     :roles => {
       :internal => {
         :inet => {
@@ -42,6 +41,7 @@ default_attributes(
 
 override_attributes(
   :networking => {
+    :nameservers => ["66.28.0.45", "66.28.0.61"],
     :search => ["ams.openstreetmap.org", "openstreetmap.org"]
   },
   :ntp => {
index ec354bfe22c81a468e67b5d097390c94be68ab81..3270de61805064da85da5e71c91f6eb79b9cef35 100644 (file)
@@ -3,15 +3,13 @@ description "Role applied to all servers at EUserv"
 
 default_attributes(
   :hosted_by => "EUserv",
-  :location => "Jena, Germany",
-  :networking => {
-    :nameservers => [
-      "85.31.184.60", "85.31.184.61", "85.31.185.60", "85.31.185.61"
-    ]
-  }
+  :location => "Jena, Germany"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["85.31.184.60", "85.31.184.61", "85.31.185.60", "85.31.185.61"]
+  },
   :ntp => {
     :servers => ["0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org"]
   }
index b03aa8c7150267432617f926423f1b9f73e15846..93068a76c86a5653034c2d0c865628e1c6c0b454 100644 (file)
@@ -10,7 +10,6 @@ default_attributes(
   :hosted_by => "Exonetric",
   :location => "London, England",
   :networking => {
-    :nameservers => ["8.8.8.8", "8.8.4.4"],
     :roles => {
       :external => {
         :inet => {
index a72fff50bd0722d4b22f0b7182de3db6ed8b7ee1..02ca7f35345cbdbe0d6ecb0c2c67a594736a477a 100644 (file)
@@ -3,14 +3,7 @@ description "Role applied to all servers at FAImaison"
 
 default_attributes(
   :hosted_by => "FAImaison",
-  :location => "France",
-  :networking => {
-    :nameservers => [
-      "8.8.8.8",
-      "8.8.4.4",
-      "1.1.1.1"
-    ]
-  }
+  :location => "France"
 )
 
 override_attributes(
index 35599a01c370a6714f1a229649ca1dacfada8024..96109c4436a4f077b05fc18940e6283740c3c9bd 100644 (file)
@@ -3,13 +3,7 @@ description "Role applied to all servers at Freifunk Rheinland"
 
 default_attributes(
   :hosted_by => "Freifunk Rheinland",
-  :location => "Berlin, Germany",
-  :networking => {
-    :nameservers => [
-      "8.8.8.8",
-      "8.8.4.4"
-    ]
-  }
+  :location => "Berlin, Germany"
 )
 
 override_attributes(
index fca212ad858970b96d7899ebe802f26d7c3c19d2..150f62d6fe089ac38531387faa55facabee017ad 100644 (file)
@@ -3,7 +3,6 @@ description "Role applied to all servers at Firefishy"
 
 default_attributes(
   :networking => {
-    :nameservers => ["8.8.8.8", "8.8.4.4"],
     :roles => {
       :internal => {
         :inet => {
index d1a332a156ac7b7c3a2c282ae2e540df0e9ad7d8..2fcd1084bbbef5d0e19794b111e2d60771a4e5e6 100644 (file)
@@ -3,17 +3,13 @@ description "Role applied to all servers at Gandi"
 
 default_attributes(
   :hosted_by => "Gandi",
-  :location => "Bissen, Luxembourg",
-  :networking => {
-    :nameservers => [
-      "217.70.186.194",
-      "217.70.186.193",
-      "2001:4b98:dc2:49::193"
-    ]
-  }
+  :location => "Bissen, Luxembourg"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["217.70.186.194", "217.70.186.193", "2001:4b98:dc2:49::193"]
+  },
   :ntp => {
     :servers => ["0.lu.pool.ntp.org", "1.lu.pool.ntp.org", "europe.pool.ntp.org"]
   }
index 16f7974d5431dea3c26a2669910e373fe2c284c8..2156eb3325199ca3701302c781c4c14de8bc16b1 100644 (file)
@@ -8,18 +8,13 @@ default_attributes(
     }
   },
   :hosted_by => "greenminihost",
-  :location => "Dronten, Netherlands",
-  :networking => {
-    :nameservers => [
-      "45.148.169.130",
-      "185.200.102.102",
-      "2a0a:aa42:222:2500::2500",
-      "2a0a:aa42:321:2000::53"
-    ]
-  }
+  :location => "Dronten, Netherlands"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["45.148.169.130", "185.200.102.102", "2a0a:aa42:222:2500::2500", "2a0a:aa42:321:2000::53"]
+  },
   :ntp => {
     :servers => ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org", "europe.pool.ntp.org"]
   }
index c9653f93d0aa2346b88419fd08a13dd573ef2bef..e7bf0b295a5e297b12e5ed9a0ad1eb67ed4b9497 100644 (file)
@@ -28,8 +28,7 @@ default_attributes(
           :connection_limit => "-"
         }
       ]
-    },
-    :nameservers => ["2a00:5884::7", "8.8.8.8", "8.8.4.4"]
+    }
   }
 )
 
index 1ca197be51c1ab938d015daff3ee059f6354943e..a08d1841d178572a1c1053c7671ee75c9f1a2ce4 100644 (file)
@@ -8,13 +8,7 @@ default_attributes(
     }
   },
   :hosted_by => "GRNET",
-  :location => "Athens, Greece",
-  :networking => {
-    :nameservers => [
-      "8.8.8.8",
-      "8.8.4.4"
-    ]
-  }
+  :location => "Athens, Greece"
 )
 
 override_attributes(
index 20d855f656ab9fe5c80e59c709f352196ee0c0da..4948c8d6c51d470489be84cf381cbfa8db681d02 100644 (file)
@@ -2,7 +2,10 @@ name "hetzner"
 description "Role applied to all servers at Hetzner"
 
 default_attributes(
-  :hosted_by => "Hetzner",
+  :hosted_by => "Hetzner"
+)
+
+override_attributes(
   :networking => {
     :nameservers => [
       "213.133.98.98",
@@ -12,10 +15,7 @@ default_attributes(
       "2a01:4f8:0:a102::add:9999",
       "2a01:4f8:0:a0a1::add:1010"
     ]
-  }
-)
-
-override_attributes(
+  },
   :ntp => {
     :servers => ["0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org"]
   }
index 7e0944309c82525cd5331e75d3cf8a5a08bf046c..9bf94140481f228b14f29c6bcb8a5273593b20ff 100644 (file)
@@ -9,9 +9,6 @@ default_attributes(
   },
   :hosted_by => "HostedIn.NZ",
   :location => "Wellington, New Zealand",
-  :networking => {
-    :nameservers => ["8.8.8.8", "8.8.4.4"]
-  },
   :snmpd => {
     :clients => ["103.106.66.28"],
     :community => "hostedinnz",
index aa80ea347f8b88c765964f3b2dfbad1920451f34..96dd61a960a9584fd929d78ba91fb03d9cb77922 100644 (file)
@@ -3,17 +3,13 @@ description "Role applied to all servers at INX-ZA"
 
 default_attributes(
   :hosted_by => "INX-ZA",
-  :location => "Cape Town, South Africa",
-  :networking => {
-    :nameservers => [
-      "196.10.52.52",
-      "196.10.54.54",
-      "196.10.55.55"
-    ]
-  }
+  :location => "Cape Town, South Africa"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["196.10.52.52", "196.10.54.54", "196.10.55.55"]
+  },
   :ntp => {
     :servers => ["0.za.pool.ntp.org", "1.za.pool.ntp.org", "africa.pool.ntp.org"]
   }
index 3a4c1b888203001e401855ae611093a91b7eaa45..094f92b0b6b76288bfbec2ddab4966ba071a5514 100644 (file)
@@ -23,8 +23,7 @@ default_attributes(
           :connection_limit => "-"
         }
       ]
-    },
-    :nameservers => ["2001:8e0:ffff:ac1::1", "8.8.8.8", "8.8.4.4"]
+    }
   }
 )
 
index 4186ecc4cdd7fe97d48bb9f4ac90096f4f1c8c82..eb24ced21e3c60cbd00c91dac8a9780db84316c1 100644 (file)
@@ -3,18 +3,13 @@ description "Role applied to all servers at Jump Networks"
 
 default_attributes(
   :hosted_by => "Jump Networks",
-  :location => "London, England",
-  :networking => {
-    :nameservers => [
-      "185.73.44.3",
-      "2001:ba8:0:2c02::",
-      "2001:ba8:0:2c03::",
-      "2001:ba8:0:2c04::"
-    ]
-  }
+  :location => "London, England"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["185.73.44.3", "2001:ba8:0:2c02::", "2001:ba8:0:2c03::", "2001:ba8:0:2c04::"]
+  },
   :ntp => {
     :servers => ["0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org"]
   }
index 3a0c8589a4251c51cb1a6484177cb1ab17ac1275..b44835628a604878f925deac9b6b82ec066cd6a4 100644 (file)
@@ -4,9 +4,6 @@ description "Role applied to all servers at LyonIX"
 default_attributes(
   :hosted_by => "LyonIX",
   :location => "Lyon, France",
-  :networking => {
-    :nameservers => ["77.95.64.205", "77.95.64.206", "8.8.8.8", "8.8.4.4"]
-  },
   :snmpd => {
     :clients => ["77.95.64.0/21"],
     :clients6 => ["2a03:9180::/32", "2001:7f8:47::/48"],
index 7bf25dc165725959f59a1db4ef315da9f4661904..09c2aaff7e588471b218f4677f44aab6c7216947 100644 (file)
@@ -9,13 +9,13 @@ default_attributes(
     }
   },
   :hosted_by => "Lysator",
-  :location => "Linköping, Sweden",
-  :networking => {
-    :nameservers => ["130.236.254.225", "2001:6b0:17:f0a0::e1", "130.236.254.4"]
-  }
+  :location => "Linköping, Sweden"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["130.236.254.225", "2001:6b0:17:f0a0::e1", "130.236.254.4"]
+  },
   :ntp => {
     :servers => ["0.se.pool.ntp.org", "1.se.pool.ntp.org", "europe.pool.ntp.org"]
   }
index 7f75a2edc2298d84d0edba8fcd6224f0a364293e..d353814abdf847902350cc2b1837c3b57920e939 100644 (file)
@@ -23,8 +23,7 @@ default_attributes(
           :connection_limit => "-"
         }
       ]
-    },
-    :nameservers => ["130.117.11.11", "2a0b:cbc0:42::42"]
+    }
   }
 )
 
index c376eb371123f781d93b2cd9ea9c466578059f6a..1c434df2aac0f53d447b07be04fc96148a795bbc 100644 (file)
@@ -11,12 +11,14 @@ default_attributes(
   :hosted_by => "NCHC",
   :location => "Hsinchu, Taiwan",
   :networking => {
-    :nameservers => ["140.110.16.1", "140.110.4.1"],
     :wireguard => { :keepalive => 180 }
   }
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["140.110.16.1", "140.110.4.1"]
+  },
   :ntp => {
     :servers => ["0.tw.pool.ntp.org", "1.tw.pool.ntp.org", "asia.pool.ntp.org"]
   }
index 85e6824d4b7b5057c67007b16b6b02ba6fba3181..bbccac112d7d9ea9a1147699b490bd932e426620 100644 (file)
@@ -4,16 +4,13 @@ description "Role applied to all servers at NetAlerts"
 default_attributes(
   :hosted_by => "NetAlerts",
   :location => "Montréal, Canada",
-  :timezone => "America/Montreal",
-  :networking => {
-    :nameservers => [
-      "209.172.41.202",
-      "209.172.41.200"
-    ]
-  }
+  :timezone => "America/Montreal"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["209.172.41.202", "209.172.41.200"]
+  },
   :ntp => {
     :servers => ["0.ca.pool.ntp.org", "1.ca.pool.ntp.org", "north-america.pool.ntp.org"]
   }
index 20abc51aae18339c7aedc0aad3136feb6e1bb3aa..860ab8c3d835f494934614b6d24e5c7fb5901df4 100644 (file)
@@ -51,12 +51,6 @@ default_attributes(
   }
 )
 
-override_attributes(
-  :networking => {
-    :nameservers => ["8.8.8.8", "8.8.4.4"]
-  }
-)
-
 run_list(
   "role[equinix]",
   "role[tyan-s7010]"
index 489152a0289d50cf9e7343349b1f06c7c77403ae..899176dcbca7fac1579fc1a9f112d0a3532941fe 100644 (file)
@@ -11,7 +11,6 @@ default_attributes(
   :location => "Corvallis, Oregon",
   :timezone => "PST8PDT",
   :networking => {
-    :nameservers => ["8.8.8.8", "8.8.4.4"],
     :roles => {
       :external => {
         :inet => {
index 9a0e9d561c705f6e130d6177f34668b57801f3e0..f8391a2aa941ae1d535850de69e3743c2d13f2e0 100644 (file)
@@ -3,15 +3,13 @@ description "Role applied to all servers at OVH"
 
 default_attributes(
   :hosted_by => "OVH",
-  :location => "Roubaix, France",
-  :networking => {
-    :nameservers => [
-      "213.186.33.99"
-    ]
-  }
+  :location => "Roubaix, France"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["213.186.33.99"]
+  },
   :ntp => {
     :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"]
   }
index 27149d2472763bacb929d59d026e9869f2186f50..516546968c35a112d77e8ae2ef41a2206efeb0bf 100644 (file)
@@ -12,13 +12,13 @@ default_attributes(
   :location => "Pau, France",
   :munin => {
     :allow => ["10.64.1.11"]
-  },
-  :networking => {
-    :nameservers => ["10.64.1.42", "194.167.156.13", "10.64.1.3"]
   }
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["10.64.1.42", "194.167.156.13", "10.64.1.3"]
+  },
   :ntp => {
     :servers => ["cannelle.paulla.asso.fr"]
   }
index 918481423daeb1cd0e4e97b4f5ca534ea836da04..de7ecb2e7d84db51a6947951cd8165e3ef0029f5 100644 (file)
@@ -4,10 +4,7 @@ description "Role applied to all servers at prgmr.com"
 default_attributes(
   :hosted_by => "prgmr.com",
   :location => "San Francisco, California",
-  :timezone => "PST8PDT",
-  :networking => {
-    :nameservers => ["8.8.8.8", "8.8.4.4"]
-  }
+  :timezone => "PST8PDT"
 )
 
 override_attributes(
index 2663eb79aae6e3aeed8cbb1de858b6eafd6dc39d..00fce56cf4345c2d21baaadc745700ccc9287abb 100644 (file)
@@ -37,11 +37,7 @@ default_attributes(
         :gateway => "10.5.0.1",
         :public_address => "161.53.248.77"
       }
-    },
-    :nameservers => [
-      "10.5.0.7",
-      "8.8.8.8"
-    ]
+    }
   },
   :postgresql => {
     :settings => {
index b7daaa0fb5bea60efe504bdd54eb9aa0da9639c5..26833e17c1d17239ffdbede340885d790967b519 100644 (file)
@@ -3,16 +3,13 @@ description "Role applied to all servers at Scaleway"
 
 default_attributes(
   :hosted_by => "Scaleway",
-  :location => "Paris, France",
-  :networking => {
-    :nameservers => [
-      "62.210.16.6",
-      "62.210.16.7"
-    ]
-  }
+  :location => "Paris, France"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["62.210.16.6", "62.210.16.7"]
+  },
   :ntp => {
     :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"]
   }
index ee89e0a35d5b1493bb7a5ba3d921bbc8a1d4cfc2..ebc507d1f228dfac4d4abde1b787d648415ee8d2 100644 (file)
@@ -39,7 +39,6 @@ override_attributes(
         :gateway => "fe80::1"
       }
     },
-    :nameservers => ["8.8.8.8", "8.8.4.4"],
     :private_address => "10.0.16.100"
   }
 )
index 05ed336ccbe11cf4990318eda4468a998445bd49..5cf4445dcf2505798059676e5b855f4154f60a81 100644 (file)
@@ -3,16 +3,13 @@ description "Role applied to all servers at Strato"
 
 default_attributes(
   :hosted_by => "Strato",
-  :location => "Germany",
-  :networking => {
-    :nameservers => [
-      "85.214.7.22",
-      "81.169.163.106"
-    ]
-  }
+  :location => "Germany"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["85.214.7.22", "81.169.163.106"]
+  },
   :ntp => {
     :servers => ["0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org"]
   }
index 45ac8108ecf02d4534be5903272491efc244fe26..fc23d22f83f3c39db44b81db87057a8cf6be4477 100644 (file)
@@ -3,13 +3,7 @@ description "Role applied to all servers at szerverem.hu"
 
 default_attributes(
   :hosted_by => "szerverem.hu",
-  :location => "Budapest, Hungary",
-  :networking => {
-    :nameservers => [
-      "8.8.8.8",
-      "8.8.4.4"
-    ]
-  }
+  :location => "Budapest, Hungary"
 )
 
 override_attributes(
index 7602c30c1cf525515b991fb401ffd720df02a3d8..8704fb679200a9065b8a967e8d95d821bdbe120b 100644 (file)
@@ -3,10 +3,7 @@ description "Role applied to all servers at Teleservice"
 
 default_attributes(
   :hosted_by => "Teleservice Skåne AB",
-  :location => "Sjöbo, Sweden",
-  :networking => {
-    :nameservers => ["8.8.8.8", "8.8.4.4"]
-  }
+  :location => "Sjöbo, Sweden"
 )
 
 override_attributes(
index 1c24a529b68f267880bb7894a015fdb672620e0e..cbdab5d460c94701e2884939770da8caffff0347 100644 (file)
@@ -9,13 +9,7 @@ default_attributes(
   },
   :hosted_by => "TeraSwitch Networks",
   :location => "Pittsburgh, Pennsylvania",
-  :timezone => "EST5EDT",
-  :networking => {
-    :nameservers => [
-      "1.1.1.1",
-      "8.8.8.8"
-    ]
-  }
+  :timezone => "EST5EDT"
 )
 
 override_attributes(
index 2459652ba34c8ec45052e1a1b26de4642a08b057..a156330236e60fb12c257d091425e4be77e3974a 100644 (file)
@@ -8,13 +8,7 @@ default_attributes(
     }
   },
   :hosted_by => "Tetaneutral.net",
-  :location => "Toulouse, France",
-  :networking => {
-    :nameservers => [
-      "8.8.8.8",
-      "8.8.4.4"
-    ]
-  }
+  :location => "Toulouse, France"
 )
 
 override_attributes(
index 3b4a8acbe2fab9725fec07ec401b2efd71d8d449..540879da734c0c6ffa529c50c588f85cc1ab9ccf 100644 (file)
@@ -3,13 +3,13 @@ description "Role applied to all servers at Tuxis"
 
 default_attributes(
   :hosted_by => "Tuxis",
-  :location => "Ede, Netherlands",
-  :networking => {
-    :nameservers => ["2a03:7900:2:0:31:3:104:61", "2a03:7900:2:0:31:3:104:62"]
-  }
+  :location => "Ede, Netherlands"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["2a03:7900:2:0:31:3:104:61", "2a03:7900:2:0:31:3:104:62"]
+  },
   :ntp => {
     :servers => ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org", "europe.pool.ntp.org"]
   }
index 516c925d39f5e81073d242ca1d7a88425287596a..a0f5331f4a6c3c49ef44059e8481bd23b5cb2c2c 100644 (file)
@@ -30,7 +30,7 @@ default_attributes(
 
 override_attributes(
   :networking => {
-    :nameservers => ["10.0.0.3", "8.8.8.8", "8.8.4.4"],
+    :nameservers => ["10.0.0.3", "1.1.1.1", "1.0.0.1"],
     :search => ["ucl.openstreetmap.org", "openstreetmap.org"]
   },
   :ntp => {
index 33caf6148fdbce296068ead39ca1aa7b161b8d7a..9e783264dfb98f059d29a63a0a71ee3c59f78c3b 100644 (file)
@@ -8,13 +8,13 @@ default_attributes(
     }
   },
   :hosted_by => "Academic Computer Club, Umeå University",
-  :location => "Umeå, Sweden",
-  :networking => {
-    :nameservers => ["130.239.18.251", "130.239.18.252", "130.239.1.90"]
-  }
+  :location => "Umeå, Sweden"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["130.239.18.251", "130.239.18.252", "130.239.1.90"]
+  },
   :ntp => {
     :servers => ["0.se.pool.ntp.org", "1.se.pool.ntp.org", "europe.pool.ntp.org"]
   }
index 746edaf8889f4cfac1801c42c294b82d96dad98f..efdf435de52bca1d887f7f157d85aedf9be46cba 100644 (file)
@@ -8,13 +8,13 @@ default_attributes(
     }
   },
   :hosted_by => "University of Zaragoza",
-  :location => "Zaragoza, Spain",
-  :networking => {
-    :nameservers => ["155.210.12.9", "155.210.3.12"]
-  }
+  :location => "Zaragoza, Spain"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["155.210.12.9", "155.210.3.12"]
+  },
   :ntp => {
     :servers => ["0.es.pool.ntp.org", "1.es.pool.ntp.org", "europe.pool.ntp.org"]
   }
index 7f613872ecdadca7ec6cc27ddab5eb952a11b7ad..3d0eab25c053e3208d016550b9c80f01cb636a04 100644 (file)
@@ -3,10 +3,7 @@ description "Role applied to all servers at Ukrainian Telecommunication Group"
 
 default_attributes(
   :hosted_by => "Ukrainian Telecommunication Group",
-  :location => "Kiev, Ukraine",
-  :networking => {
-    :nameservers => ["8.8.8.8", "8.8.4.4"]
-  }
+  :location => "Kiev, Ukraine"
 )
 
 override_attributes(
index 33675f1aa80334a964cd53909112119de8ad2c4d..03bbc3c05055f8b91036a33c0d3ecf9249856720 100644 (file)
@@ -32,13 +32,7 @@ default_attributes(
         :prefix => "64",
         :gateway => "2001:b68:4cff:3::1"
       }
-    },
-    :nameservers => [
-      "8.8.8.8",
-      "8.8.4.4",
-      "2001:4860:4860::8888",
-      "2001:4860:4860::8844"
-    ]
+    }
   },
   :squid => {
     :version => 4,
index d23ab154f371eb2ad2f8c9ce3f7f000998b56e5a..fa7c1fdfd93bb6650b29481783cd0fe18cb2bac3 100644 (file)
@@ -3,13 +3,13 @@ description "Role applied to all servers at Vodafone CZ"
 
 default_attributes(
   :hosted_by => "Vodafone",
-  :location => "Prague, Czech Republic",
-  :networking => {
-    :nameservers => ["62.24.64.2", "2a02:8301:0:10::3", "2001:4860:4860::8888"]
-  }
+  :location => "Prague, Czech Republic"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["62.24.64.2", "2a02:8301:0:10::3"]
+  },
   :ntp => {
     :servers => ["0.cz.pool.ntp.org", "1.cz.pool.ntp.org", "europe.pool.ntp.org"]
   }
index b6c42e88a8ad6011b75f12e52cb24a1244bfede0..9acde36c12daded02e1a2bb1137a443bc1101bdd 100644 (file)
@@ -6,7 +6,6 @@ default_attributes(
   :location => "Moscow, Russia",
   :timezone => "Europe/Moscow",
   :networking => {
-    :nameservers => ["8.8.8.8", "8.8.4.4"],
     :wireguard => { :keepalive => 180 }
   }
 )
index cfa1f63fc73a2c7979be2fad61ff5c6500856861..8420c54d91bd1fef2c39c22039cdf26f603982f3 100644 (file)
@@ -3,13 +3,13 @@ description "Role applied to all servers at University of West Bohemia"
 
 default_attributes(
   :hosted_by => "University of West Bohemia",
-  :location => "Pilsen, Czech Republic",
-  :networking => {
-    :nameservers => ["147.228.3.3", "147.228.52.11"]
-  }
+  :location => "Pilsen, Czech Republic"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["147.228.3.3", "147.228.52.11"]
+  },
   :ntp => {
     :servers => ["0.cz.pool.ntp.org", "1.cz.pool.ntp.org", "europe.pool.ntp.org"]
   }