]> git.openstreetmap.org Git - chef.git/commitdiff
Update IP addresses for jakelong
authorTom Hughes <tom@compton.nu>
Wed, 3 Oct 2018 20:06:56 +0000 (21:06 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 3 Oct 2018 20:06:56 +0000 (21:06 +0100)
roles/jakelong.rb

index 3af3e5152ba6bba5bf22ec8889816dff53321cdb..9f519c8738e817b243634edb5cdf55616074ad38 100644 (file)
@@ -8,15 +8,15 @@ default_attributes(
         :interface => "eth0",
         :role => :external,
         :family => :inet,
-        :address => "64.62.205.202",
-        :prefix => "26",
-        :gateway => "64.62.205.193"
+        :address => "71.19.155.177",
+        :prefix => "24",
+        :gateway => "71.19.155.10"
       },
       :external_ipv6 => {
         :interface => "eth0",
         :role => :external,
         :family => :inet6,
-        :address => "2001:470:1:41:a800:ff:fe3e:cdca",
+        :address => "2605:2700:0:17:a800:ff:fe3e:cdca",
         :prefix => "64",
         :gateway => "fe80::260:ddff:fe46:623d"
       }