]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tuatara.rb
Add IPv6 address for tuatara
[chef.git] / 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"
+      },
+      :external_ipv6 => {
+        :interface => "eno1",
+        :role => :external,
+        :family => :inet6,
+        :address => "2406:1e00:b410:c24:529a:4cff:fe79:bc3b",
+        :prefix => "64",
+        :gateway => "2406:1e00:b410:c24::"
       }
     }
   },