X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/81167c6b7954c378907ddd06d0227b78e9c18367..fd98b3c103f6e6153e42cc3860f2ed61f1f4c5db:/roles/stormfly-01.rb?ds=sidebyside diff --git a/roles/stormfly-01.rb b/roles/stormfly-01.rb index d5a5fc3a3..f0492ad50 100644 --- a/roles/stormfly-01.rb +++ b/roles/stormfly-01.rb @@ -5,7 +5,7 @@ default_attributes( :networking => { :interfaces => { :external_ipv4 => { - :interface => "eth0", + :interface => "em1", :role => :external, :family => :inet, :address => "140.211.167.104" @@ -15,5 +15,7 @@ default_attributes( ) run_list( - "role[osuosl]" + "role[osuosl]", + "role[hp-dl360-g6]", + "role[taginfo]" )