]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dribble.rb
Partial Revert "Tighten timeouts and log request timeouts"
[chef.git] / roles / dribble.rb
index 75c28c4b6b1603b9f87411b6dbcabcde982ca6be..ce6da2faca4b9b97c69718d87a6b13dd8bc231a1 100644 (file)
@@ -18,19 +18,25 @@ default_attributes(
         }
       },
       :external => {
-        :interface => "bond0.2",
+        :interface => "bond0.3",
         :role => :external,
         :inet => {
-          :address => "130.117.76.4"
+          :address => "184.104.179.132"
         },
         :inet6 => {
-          :address => "2001:978:2:2c::172:4"
+          :address => "2001:470:1:fa1::4"
         }
       }
     }
+  },
+  :accounts => {
+    :users => {
+      :stereo => { :status => :administrator }
+    }
   }
 )
 
 run_list(
-  "role[equinix-ams]"
+  "role[equinix-ams]",
+  "role[taginfo]"
 )