]> git.openstreetmap.org Git - chef.git/blobdiff - roles/shenron.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / shenron.rb
index 03b2cedc355e9ce79ef94b0f6ac5834b8350b271..c82e4cd211adfa60ee3cd3fbc92385b1d9a6e841 100644 (file)
@@ -15,9 +15,6 @@ default_attributes(
         :ignore => %w[in6]
       }
     },
-    :mcelog => {
-      :enabled => false
-    },
     :modules => [
       "it87"
     ]
@@ -45,9 +42,7 @@ override_attributes(
         :gateway => "fe80::1"
       }
     },
-    # Do not use Cloudflare Public DNS as it does not support ECS as required by https://www.spamhaus.org/organization/dnsblusage/
-    # https://www.spamhaus.org/news/article/816/service-update-spamhaus-dnsbl-users-who-query-via-cloudflare-dns-need-to-make-changes-to-email-set-up
-    :nameservers => ["8.8.8.8", "8.8.4.4", "2001:4860:4860::8888", "2001:4860:4860::8844"],
+    :nameservers => ["89.16.162.20", "2001:41c9:2:d6::20"],
     :private_address => "10.0.16.100"
   }
 )