]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-01.rb
Apply taginfo role to stormfly-01
[chef.git] / roles / stormfly-01.rb
index d5a5fc3a3ae88c11167e088ec3e13590798954dc..4641119fb52ffca18337d20d40205dcf0aaf1474 100644 (file)
@@ -5,7 +5,7 @@ default_attributes(
   :networking => {
     :interfaces => {
       :external_ipv4 => {
   :networking => {
     :interfaces => {
       :external_ipv4 => {
-        :interface => "eth0",
+        :interface => "em1",
         :role => :external,
         :family => :inet,
         :address => "140.211.167.104"
         :role => :external,
         :family => :inet,
         :address => "140.211.167.104"
@@ -15,5 +15,7 @@ default_attributes(
 )
 
 run_list(
 )
 
 run_list(
-  "role[osuosl]"
+  "role[osuosl]",
+  "role[hp-g6]",
+  "role[taginfo]"
 )
 )