]> git.openstreetmap.org Git - chef.git/blobdiff - roles/shenron.rb
wiki: Use elasticsearch 7.x
[chef.git] / roles / shenron.rb
index 9e94e5edd97d70853a52000695a58c053ff4f271..56e2a3ed3afa845f0fbb727c8e3b5a8c0fb18f43 100644 (file)
@@ -15,9 +15,6 @@ default_attributes(
         :ignore => %w[in6]
       }
     },
-    :mcelog => {
-      :enabled => false
-    },
     :modules => [
       "it87"
     ]
@@ -26,6 +23,7 @@ default_attributes(
 
 override_attributes(
   :networking => {
+    :dnssec => "false",
     :interfaces => {
       :external_ipv4 => {
         :interface => "eth0",
@@ -43,19 +41,12 @@ override_attributes(
         :prefix => "64",
         :gateway => "fe80::1"
       }
-    },
-    :nameservers => ["1.1.1.1", "1.0.0.1", "2606:4700:4700::1111", "2606:4700:4700::1001"],
-    :private_address => "10.0.16.100"
+    }
   }
 )
 
 run_list(
   "role[bytemark]",
-  "role[mail]",
   "role[lists]",
-  "role[subversion]",
-  "role[trac]",
-  "role[osqa]",
-  "role[irc]",
-  "recipe[blogs]"
+  "role[osqa]"
 )