]> git.openstreetmap.org Git - chef.git/commitdiff
Configure IPv6 address for Russian tile cache
authorTom Hughes <tom@compton.nu>
Thu, 19 Nov 2015 17:34:43 +0000 (17:34 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 19 Nov 2015 17:34:43 +0000 (17:34 +0000)
roles/gorynych.rb

index 4bccc2a912ab395aa6b120257a7c15ea4aaf9f07..101e9d083004ed7dad10902809e03bf49cc6b3ba 100644 (file)
@@ -21,6 +21,14 @@ default_attributes(
         :address => "130.193.62.73",
         :prefix => "29",
         :gateway => "130.193.62.78"
         :address => "130.193.62.73",
         :prefix => "29",
         :gateway => "130.193.62.78"
+      },
+      :external_ipv6 => {
+        :interface => "eth1",
+        :role => :external,
+        :family => :inet6,
+        :address => "2a02:6b8:b010:5065::a001",
+        :prefix => "64",
+        :gateway => "2a02:6b8:b010:5065::1"
       }
     }
   },
       }
     }
   },