]> git.openstreetmap.org Git - chef.git/blobdiff - roles/spike-03.rb
Disable IPv6 auto-configuration on internal network for spikes
[chef.git] / roles / spike-03.rb
index ba73876e0d1bdf6ae303fb318a91fa5e7956550a..532eb8d45f303e0149fcde863630dbfff818c751 100644 (file)
@@ -26,6 +26,12 @@ default_attributes(
         :hwaddress => "00:19:bb:39:8a:ba"
       }
     }
         :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" }
+    }
   }
 )
 
   }
 )