]> git.openstreetmap.org Git - chef.git/commitdiff
Disable IPv6 auto-configuration on internal network for spikes
authorTom Hughes <tom@compton.nu>
Sun, 24 Apr 2016 11:34:11 +0000 (12:34 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 24 Apr 2016 11:34:11 +0000 (12:34 +0100)
roles/spike-01.rb
roles/spike-02.rb
roles/spike-03.rb

index 41d17b8c2597b5ba1e5bfc3ca8e6bcaeb51e2e59..38ffdfcb00aad23cff41158abb682d62fa1fe159 100644 (file)
@@ -26,6 +26,12 @@ default_attributes(
         :hwaddress => "00:1a:4b:a5:fd:2a"
       }
     }
+  },
+  :sysctl => {
+    :ipv6_autoconf => {
+      :comment => "Disable IPv6 auto-configuration on internal interface",
+      :parameters => { "net.ipv6.conf.eth0.autoconf" => "0" }
+    }
   }
 )
 
index 4b8dd683c566615c6db9b5a7b4fd128f9ae5da89..368eaf366b351d32ca4117ef9921129d44f277f8 100644 (file)
@@ -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" }
+    }
   }
 )
 
index ba73876e0d1bdf6ae303fb318a91fa5e7956550a..532eb8d45f303e0149fcde863630dbfff818c751 100644 (file)
@@ -26,6 +26,12 @@ 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" }
+    }
   }
 )