]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-01.rb
Add role for tabaluga
[chef.git] / roles / stormfly-01.rb
index 8ee92c4a7774bdc7350d323766770423feb54f68..fc50adc394b94430c89e345111754c24a420550d 100644 (file)
@@ -4,16 +4,24 @@ description "Master role applied to stormfly-01"
 default_attributes(
   :networking => {
     :interfaces => {
-      :internal_ipv4 => {
-        :interface => "eth0",
-        :role => :internal,
+      :external_ipv4 => {
+        :interface => "em1",
+        :role => :external,
         :family => :inet,
-        :address => "10.0.0.99"
+        :address => "140.211.167.104"
+      },
+      :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]",
+  "role[taginfo]"
 )