X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/97402948037953908f5c66fe3295838d02b5310c..f263015bff089f1d2ae00159cb5ae99c3d5f2850:/roles/equinix-ams.rb diff --git a/roles/equinix-ams.rb b/roles/equinix-ams.rb index 1715e9d47..7eb6cae11 100644 --- a/roles/equinix-ams.rb +++ b/roles/equinix-ams.rb @@ -14,7 +14,15 @@ default_attributes( } }, :external => { - :zone => "ams" + :zone => "ams", + :inet => { + :prefix => "27", + :gateway => "184.104.179.129" + }, + :inet6 => { + :prefix => "64", + :gateway => "2001:470:1:fa1::1" + } } } },