]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-01.rb
Fix rubocop warning
[chef.git] / roles / stormfly-01.rb
index f155ba3f53223fec478cd0f4b1a61c6460012c13..8eecf6bb97a57e73604c6272bee3d96a4f0eda47 100644 (file)
@@ -8,12 +8,21 @@ default_attributes(
         :interface => "em1",
         :role => :external,
         :family => :inet,
-        :address => "140.211.167.104"
+        :address => "140.211.167.104",
+        :prefix => "28",
+        :gateway => "140.211.167.97"
+      },
+      :external_ipv6 => {
+        :interface => "em1",
+        :role => :external,
+        :family => :inet6,
+        :address => "2605:bc80:3010:700::8cde:a768"
       }
     }
   }
 )
 
 run_list(
-  "role[osuosl]"
+  "role[osuosl]",
+  "role[hp-dl360-g6]"
 )