X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5e9eaa7712186beb2649b3ba4c42685398e9a66a..e0ae732703cef05e40ba41513cb9070c661cb5bc:/roles/stormfly-01.rb diff --git a/roles/stormfly-01.rb b/roles/stormfly-01.rb index 8ee92c4a7..f0492ad50 100644 --- a/roles/stormfly-01.rb +++ b/roles/stormfly-01.rb @@ -4,16 +4,18 @@ 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" } } } ) run_list( - "role[osuosl]" + "role[osuosl]", + "role[hp-dl360-g6]", + "role[taginfo]" )