X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/32d9cf96efd24df9fca05725ad2a4de707cc029b..9aad0486b1097311f9bbbfd6baf388afa696a6b8:/roles/stormfly-02.rb diff --git a/roles/stormfly-02.rb b/roles/stormfly-02.rb index 9108f694d..76c62732a 100644 --- a/roles/stormfly-02.rb +++ b/roles/stormfly-02.rb @@ -9,6 +9,12 @@ default_attributes( :role => :external, :family => :inet, :address => "140.211.167.105" + }, + :external_ipv6 => { + :interface => "em1", + :role => :external, + :family => :inet6, + :address => "2605:bc80:3010:700::8cde:a769" } } }, @@ -30,6 +36,7 @@ default_attributes( run_list( "role[osuosl]", - "role[hp-g6]", + "role[hp-dl360-g6]", + "role[geodns]", "role[tilecache]" )