]> git.openstreetmap.org Git - chef.git/commitdiff
Update IP address for tuatara
authorTom Hughes <tom@compton.nu>
Thu, 9 May 2019 10:49:01 +0000 (11:49 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 9 May 2019 10:49:35 +0000 (11:49 +0100)
roles/tuatara.rb

index a7c24b2315efe5966555bdb118d706360f3b892d..b193220aa500297f7fce205be76e77b412b562da 100644 (file)
@@ -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"
       }
     }
   },