]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-01.rb
Remove wiki role from stormfly-01
[chef.git] / roles / stormfly-01.rb
index f0492ad50fa84c3f76b94c12117e3e96445f54a2..ada5971f9671e8962ca0811db2e99f73874a60af 100644 (file)
@@ -9,6 +9,12 @@ default_attributes(
         :role => :external,
         :family => :inet,
         :address => "140.211.167.104"
+      },
+      :external_ipv6 => {
+        :interface => "em1",
+        :role => :external,
+        :family => :inet6,
+        :address => "2605:bc80:3010:700::8cde:a768"
       }
     }
   }
@@ -16,6 +22,5 @@ default_attributes(
 
 run_list(
   "role[osuosl]",
-  "role[hp-dl360-g6]",
-  "role[taginfo]"
+  "role[hp-dl360-g6]"
 )