]> git.openstreetmap.org Git - chef.git/blobdiff - roles/grindtooth.rb
Disable SACK only @ UCL Wates House
[chef.git] / roles / grindtooth.rb
index f5eb3afcf175a870362cb52c19e825f04e12ce22..21dde9b5ffbaba1a200839b9ba0edf10f45b72d8 100644 (file)
@@ -9,11 +9,18 @@ default_attributes(
         :role => :internal,
         :family => :inet,
         :address => "10.0.0.19"
+      },
+      :external_ipv4 => {
+        :interface => "eth1",
+        :role => :external,
+        :family => :inet,
+        :address => "128.40.168.100"
       }
     }
   }
 )
 
 run_list(
-  "role[ucl-internal]"
+  "role[ucl-wates]",
+  "role[taginfo]"
 )