]> git.openstreetmap.org Git - chef.git/commitdiff
Add IPv6 address for tuatara
authorTom Hughes <tom@compton.nu>
Wed, 22 Jan 2020 22:50:56 +0000 (22:50 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 22 Jan 2020 22:55:35 +0000 (22:55 +0000)
roles/tuatara.rb

index 4b56ff3fb08577925db2a50d8789a64865d35a5f..e59df8d4432b164c9f3f58c1230cfe37334564a5 100644 (file)
@@ -14,6 +14,14 @@ default_attributes(
         :address => "114.23.141.203",
         :prefix => "29",
         :gateway => "114.23.141.201"
         :address => "114.23.141.203",
         :prefix => "29",
         :gateway => "114.23.141.201"
+      },
+      :external_ipv6 => {
+        :interface => "eno1",
+        :role => :external,
+        :family => :inet6,
+        :address => "2406:1e00:b410:c24:529a:4cff:fe79:bc3b",
+        :prefix => "64",
+        :gateway => "2406:1e00:b410:c24::"
       }
     }
   },
       }
     }
   },