]> git.openstreetmap.org Git - chef.git/commitdiff
Use google DNS for remaining bytemark machines
authorTom Hughes <tom@compton.nu>
Thu, 19 Jan 2023 18:55:19 +0000 (18:55 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 19 Jan 2023 18:55:19 +0000 (18:55 +0000)
roles/bytemark.rb

index c10a9a090001719dc26e70be4c363442d021c9b8..e5a0d49b831782609fc8b445c583c9bfb07882fe 100644 (file)
@@ -36,7 +36,7 @@ default_attributes(
 
 override_attributes(
   :networking => {
-    :nameservers => ["10.0.32.20"],
+    :nameservers => ["8.8.8.8", "8.8.4.4"],
     :search => ["bm.openstreetmap.org", "openstreetmap.org"]
   },
   :ntp => {