X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2dde19d4322c421d29e7b6f3a8a1c55b773194fc..18a0465cf12c31ad0473d2d24717cc63bf7b80d9:/roles/spike-03.rb?ds=sidebyside diff --git a/roles/spike-03.rb b/roles/spike-03.rb index 096fcb01d..532eb8d45 100644 --- a/roles/spike-03.rb +++ b/roles/spike-03.rb @@ -26,11 +26,17 @@ default_attributes( :hwaddress => "00:19:bb:39:8a:ba" } } + }, + :sysctl => { + :ipv6_autoconf => { + :comment => "Disable IPv6 auto-configuration on internal interface", + :parameters => { "net.ipv6.conf.eth0.autoconf" => "0" } + } } ) run_list( "role[ic]", - "role[hp-g6]", + "role[hp-dl360-g6]", "role[web-frontend]" )