X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/02bf34d4a0b3c92b8e697c2e1f97c6f73c47cae9..8cad0a7d3747c2763689cedc438e03566d23086e:/roles/rhaegal.rb diff --git a/roles/rhaegal.rb b/roles/rhaegal.rb index 8ff2e2f31..72d8ae57c 100644 --- a/roles/rhaegal.rb +++ b/roles/rhaegal.rb @@ -17,6 +17,11 @@ default_attributes( :address => "193.198.233.218", :prefix => "29", :gateway => "193.198.233.217" + }, + :inet6 => { + :address => "2001:b68:40ff:3::2", + :prefix => "64", + :gateway => "2001:b68:40ff:3::1" } } }