X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f65e00b3c6d99221a4783c75d50a4df10f3cad52..bed7db240ce3f7e9dcd7c3532f3a0e5a0afdf015:/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" } } },