X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d9ce41963d2a457cffdc34919fcaf865c0275add..291deafc9f84fdee1d0ff92ca2268297c828bb74:/roles/naga.rb diff --git a/roles/naga.rb b/roles/naga.rb index 8045a51f0..46f60a66c 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -11,6 +11,14 @@ default_attributes( :address => "185.216.27.232", :prefix => "24", :gateway => "185.216.27.253" + }, + :external_ipv6 => { + :interface => "ens18", + :role => :external, + :family => :inet6, + :address => "2a07:abc4:5::27:244", + :prefix => "24", + :gateway => "fe80::20c:29ff:fe4d:941b" } } }, @@ -22,9 +30,7 @@ default_attributes( :tile_parent => "france.render.openstreetmap.org", :tile_siblings => [ "noomoahk.openstreetmap.org", - "nepomuk.openstreetmap.org", "norbert.openstreetmap.org", - "necrosan.openstreetmap.org", "ladon.openstreetmap.org", "culebre.openstreetmap.org" ]