X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5e9eaa7712186beb2649b3ba4c42685398e9a66a..2b495f1621d08ae9d828ea9c97bcfe9b8b9e9517:/roles/stormfly-02.rb diff --git a/roles/stormfly-02.rb b/roles/stormfly-02.rb index 579874d22..b107b0ae6 100644 --- a/roles/stormfly-02.rb +++ b/roles/stormfly-02.rb @@ -4,11 +4,11 @@ description "Master role applied to stormfly-02" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { - :interface => "eth0", - :role => :internal, + :external_ipv4 => { + :interface => "em1", + :role => :external, :family => :inet, - :address => "10.0.0.108" + :address => "140.211.167.105" } } }