]> git.openstreetmap.org Git - chef.git/blobdiff - roles/spike-03.rb
imagery: add remainder of os_sv_diff
[chef.git] / roles / spike-03.rb
index ccb632ab58933c3055c0f71dfc15c83f44b7bd68..ee85b29d34727d17efa1e1c7032c53c1331557a8 100644 (file)
@@ -26,10 +26,20 @@ 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",
+        "net.ipv6.conf.eth0.accept_ra" => "0"
+      }
+    }
   }
 )
 
 run_list(
   "role[ic]",
+  "role[hp-dl360-g6]",
   "role[web-frontend]"
 )