]> git.openstreetmap.org Git - chef.git/blobdiff - roles/equinix.rb
Add placeholder cookbook for community
[chef.git] / roles / equinix.rb
index a98450b343d0f273fd86c2affdb6b742517b5469..29892328a5f838581809dce0f12626ae2da21bdc 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 => ["10.0.48.10", "1.1.1.1", "1.0.0.1"],
     :search => ["ams.openstreetmap.org", "openstreetmap.org"]
   },
   :ntp => {
@@ -50,6 +50,5 @@ override_attributes(
 )
 
 run_list(
-  "role[nl]",
-  "recipe[prometheus]"
+  "role[nl]"
 )