X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5e9eaa7712186beb2649b3ba4c42685398e9a66a..81167c6b7954c378907ddd06d0227b78e9c18367:/roles/stormfly-01.rb diff --git a/roles/stormfly-01.rb b/roles/stormfly-01.rb index 8ee92c4a7..d5a5fc3a3 100644 --- a/roles/stormfly-01.rb +++ b/roles/stormfly-01.rb @@ -4,11 +4,11 @@ description "Master role applied to stormfly-01" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { + :external_ipv4 => { :interface => "eth0", - :role => :internal, + :role => :external, :family => :inet, - :address => "10.0.0.99" + :address => "140.211.167.104" } } }