X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/03804a4aeb75eaf29b5b5fa3c6ed3b222b7f58e4..81167c6b7954c378907ddd06d0227b78e9c18367:/roles/stormfly-01.rb?ds=sidebyside 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" } } }