X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c3eaabdeabe865ec028693cbb4d77a0f7a88a90a..18a0465cf12c31ad0473d2d24717cc63bf7b80d9:/roles/spike-02.rb diff --git a/roles/spike-02.rb b/roles/spike-02.rb index 4b8dd683c..368eaf366 100644 --- a/roles/spike-02.rb +++ b/roles/spike-02.rb @@ -26,6 +26,12 @@ 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" } + } } )