]> git.openstreetmap.org Git - chef.git/commitdiff
Update default routes for jakelong
authorTom Hughes <tom@compton.nu>
Tue, 12 Feb 2019 09:16:55 +0000 (09:16 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 12 Feb 2019 09:16:55 +0000 (09:16 +0000)
roles/jakelong.rb

index 7a213bbd46a650b9e342476d184c8228f643df78..94200c338447af783133944fd81023be7e24c038 100644 (file)
@@ -10,7 +10,7 @@ default_attributes(
         :family => :inet,
         :address => "71.19.155.177",
         :prefix => "24",
         :family => :inet,
         :address => "71.19.155.177",
         :prefix => "24",
-        :gateway => "71.19.155.10"
+        :gateway => "71.19.155.1"
       },
       :external_ipv6 => {
         :interface => "eth0",
       },
       :external_ipv6 => {
         :interface => "eth0",
@@ -18,7 +18,7 @@ default_attributes(
         :family => :inet6,
         :address => "2605:2700:0:17:a800:ff:fe3e:cdca",
         :prefix => "64",
         :family => :inet6,
         :address => "2605:2700:0:17:a800:ff:fe3e:cdca",
         :prefix => "64",
-        :gateway => "fe80::260:ddff:fe46:623d"
+        :gateway => "2605:2700:0:17::1"
       }
     }
   },
       }
     }
   },