X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c97689e0fcfa88381b9af0a6bd317c97c3c91c80..06d02b06b5618a0e5cca6013e523d03351ea975c:/roles/viserion.rb diff --git a/roles/viserion.rb b/roles/viserion.rb index 9f264a1bf..51f0cd7da 100644 --- a/roles/viserion.rb +++ b/roles/viserion.rb @@ -16,9 +16,9 @@ default_attributes( :interface => "eth0", :role => :external, :family => :inet6, - :address => "2001:b68:4cff:3::2", - :prefix => "128", - :gateway => "fe80::217:fff:fead:14c0" + :address => "2001:b68:4cff:3::3", + :prefix => "64", + :gateway => "2001:b68:4cff:3::1" } } }, @@ -34,5 +34,6 @@ default_attributes( ) run_list( - "role[carnet]" + "role[carnet]", + "role[tilecache]" )