From 02bf34d4a0b3c92b8e697c2e1f97c6f73c47cae9 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 3 Jun 2024 17:36:27 +0100 Subject: [PATCH] Update IP configuration for rhaegal --- roles/rhaegal.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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" } } } -- 2.39.5