]> git.openstreetmap.org Git - chef.git/commitdiff
Update IP configuration for rhaegal
authorTom Hughes <tom@compton.nu>
Mon, 3 Jun 2024 16:36:27 +0000 (17:36 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 3 Jun 2024 16:36:27 +0000 (17:36 +0100)
roles/rhaegal.rb

index 61352aaa7b4c8f73dbf91a1cbf59bfe585ef4f26..8ff2e2f31077545a075bab6879085343b59b3ed6 100644 (file)
@@ -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"
         }
       }
     }