X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..3d1c9420c460bb34604bceb67dc7e2dd7bebca6d:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index c73baca1d..fef91998d 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -32,7 +32,7 @@ default_attributes( :interface => "eth0", :role => :external, :family => :inet, - :address => "128.40.168.102" + :address => "128.40.45.205" }, :internal_ipv4 => { :interface => "eth1", @@ -49,7 +49,7 @@ default_attributes( :port => "1194", :mode => "client", :peer => { - :host => "horntail.openstreetmap.org", + :host => "ironbelly.openstreetmap.org", :port => "1194" } }, @@ -75,7 +75,7 @@ default_attributes( ) run_list( - "role[ucl-internal]", + "role[ucl-wolfson]", "role[gateway]", "role[foundation]", "role[stateofthemap]",