From: Tom Hughes Date: Thu, 9 May 2019 10:49:01 +0000 (+0100) Subject: Update IP address for tuatara X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/096ced5d4a6bb4205ccdfa66e110a6273974560c?ds=inline Update IP address for tuatara --- diff --git a/roles/tuatara.rb b/roles/tuatara.rb index a7c24b231..b193220aa 100644 --- a/roles/tuatara.rb +++ b/roles/tuatara.rb @@ -8,9 +8,9 @@ default_attributes( :interface => "eno1", :role => :external, :family => :inet, - :address => "103.106.66.202", - :prefix => "24", - :gateway => "103.106.66.254" + :address => "114.23.141.203", + :prefix => "29", + :gateway => "114.23.141.201" } } },