]> git.openstreetmap.org Git - chef.git/blobdiff - roles/thorn-02.rb
Disable IPv6 auto-configuration on internal network for spikes
[chef.git] / roles / thorn-02.rb
index c896b14cbcaced6ee75b2cc77ab759ec39922137..23439c6b4975968df3e09dba93e2c5de7d1c4168 100644 (file)
@@ -12,6 +12,12 @@ default_attributes(
       }
     }
   },
+  :sysctl => {
+    :ipv6_autoconf => {
+      :comment => "Disable IPv6 auto-configuration on internal interface",
+      :parameters => { "net.ipv6.conf.eth0.autoconf" => "0" }
+    }
+  },
   :web => {
     :readonly_database_host => "db-slave"
   }