X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d31bdc19783b66b12980da2fa4a13be0388cb046..6ee3bc50728f49ddebc2bf542f4f3085465e3810:/roles/gorynych.rb diff --git a/roles/gorynych.rb b/roles/gorynych.rb index 4bccc2a91..101e9d083 100644 --- a/roles/gorynych.rb +++ b/roles/gorynych.rb @@ -21,6 +21,14 @@ default_attributes( :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" } } },