X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0a76296c0ec8d86acd16680a45bd60114396b884..0993dbc450a5678cfcea86dd71cf5873b18d86f3:/roles/spike-02.rb diff --git a/roles/spike-02.rb b/roles/spike-02.rb index cbf2c3f7f..84ee0b118 100644 --- a/roles/spike-02.rb +++ b/roles/spike-02.rb @@ -26,10 +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-dl360-g6]", "role[web-frontend]" )