]> git.openstreetmap.org Git - chef.git/commitdiff
Add IPv6 address for jakelong
authorTom Hughes <tom@compton.nu>
Sat, 9 Nov 2013 12:21:53 +0000 (12:21 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 9 Nov 2013 12:23:14 +0000 (12:23 +0000)
roles/jakelong.rb

index c261e5c504be158be6033250a2fa94dc97582ffc..b164b6c893ab461d427b4fe39ff8bd3a5bd32a08 100644 (file)
@@ -11,6 +11,14 @@ default_attributes(
         :address => "64.62.205.202",
         :prefix => "26",
         :gateway => "64.62.205.193"
         :address => "64.62.205.202",
         :prefix => "26",
         :gateway => "64.62.205.193"
+      },
+      :external_ipv6 => {
+        :interface => "eth0",
+        :role => :external,
+        :family => :inet6,
+        :address => "2001:470:1:41:a800:ff:fe3e:cdca",
+        :prefix => "64",
+        :gateway => "fe80::21b:21ff:fead:e886"
       }
     }
   },
       }
     }
   },