]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-02.rb
Disable IPv6 auto-configuration on internal network for thorns
[chef.git] / roles / thorn-02.rb
index c901477203fdc92ad44363c4147452fb92a1f76b..64891cc9ab8bcffcf47c14cba7b533d58bac04f3 100644 (file)
@@ -11,6 +11,12 @@ default_attributes(
         :address => "146.179.159.166"
       }
     }
         :address => "146.179.159.166"
       }
     }
+  },
+  :sysctl => {
+    :ipv6_autoconf => {
+      :comment => "Disable IPv6 auto-configuration on internal interface",
+      :parameters => { "net.ipv6.conf.eth0.autoconf" => "0" }
+    }
   }
 )
 
   }
 )