X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/06d02b06b5618a0e5cca6013e523d03351ea975c..d76b4ce1b13724dc94ee37c66629976f621dad36:/roles/grisu.rb diff --git a/roles/grisu.rb b/roles/grisu.rb index a5a9e1d4a..af13c4baf 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -15,7 +15,7 @@ default_attributes( :interface => "em1", :role => :external, :family => :inet6, - :address => "2001:630:12:500:dad3:85ff:fe5d:a7a0" + :address => "2001:630:12:500:dad3:85ff:fe5d:87a0" }, :internal_ipv4 => { :interface => "em2", @@ -29,5 +29,7 @@ default_attributes( ) run_list( - "role[ic]" + "role[ic]", + "role[hp-dl180-g6]", + "role[imagery]" )