X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0a76296c0ec8d86acd16680a45bd60114396b884..b3ee7b1035952ca54061e6cc5c058805101b4cce:/roles/spike-03.rb diff --git a/roles/spike-03.rb b/roles/spike-03.rb index ccb632ab5..ee85b29d3 100644 --- a/roles/spike-03.rb +++ b/roles/spike-03.rb @@ -26,10 +26,20 @@ 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", + "net.ipv6.conf.eth0.accept_ra" => "0" + } + } } ) run_list( "role[ic]", + "role[hp-dl360-g6]", "role[web-frontend]" )