X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2dde19d4322c421d29e7b6f3a8a1c55b773194fc..e0ae732703cef05e40ba41513cb9070c661cb5bc:/roles/spike-02.rb diff --git a/roles/spike-02.rb b/roles/spike-02.rb index d741f68be..84ee0b118 100644 --- a/roles/spike-02.rb +++ b/roles/spike-02.rb @@ -26,11 +26,20 @@ default_attributes( :hwaddress => "00:1b:78:04:a5:5a" } } + }, + :sysctl => { + :ipv6_autoconf => { + :comment => "Disable IPv6 auto-configuration on internal interface", + :parameters => { + "net.ipv6.conf.eth0.autoconf" => "0", + "net.ipv6.conf.eth0.accept_ra" => "0" + } + } } ) run_list( "role[ic]", - "role[hp-g6]", + "role[hp-dl360-g6]", "role[web-frontend]" )