]> git.openstreetmap.org Git - chef.git/blobdiff - roles/jakelong.rb
Enable netplan for American tile caches
[chef.git] / roles / jakelong.rb
index 7a213bbd46a650b9e342476d184c8228f643df78..9acde915a85f8af8b5f0f390ecfb7a1d35f98119 100644 (file)
@@ -3,6 +3,7 @@ description "Master role applied to jakelong"
 
 default_attributes(
   :networking => {
+    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "eth0",
@@ -10,7 +11,7 @@ default_attributes(
         :family => :inet,
         :address => "71.19.155.177",
         :prefix => "24",
-        :gateway => "71.19.155.10"
+        :gateway => "71.19.155.1"
       },
       :external_ipv6 => {
         :interface => "eth0",
@@ -18,7 +19,7 @@ default_attributes(
         :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"
       }
     }
   },