From: Tom Hughes Date: Mon, 3 Jun 2024 16:36:27 +0000 (+0100) Subject: Update IP configuration for rhaegal X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/02bf34d4a0b3c92b8e697c2e1f97c6f73c47cae9 Update IP configuration for rhaegal --- diff --git a/roles/rhaegal.rb b/roles/rhaegal.rb index 61352aaa7..8ff2e2f31 100644 --- a/roles/rhaegal.rb +++ b/roles/rhaegal.rb @@ -14,10 +14,9 @@ default_attributes( :interface => "eno1", :role => :external, :inet => { - :address => "10.5.0.77", - :prefix => "16", - :gateway => "10.5.0.1", - :public_address => "161.53.248.77" + :address => "193.198.233.218", + :prefix => "29", + :gateway => "193.198.233.217" } } }