]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tiamat-11.rb
Configure tiamat-11 as a prometheus server
[chef.git] / roles / tiamat-11.rb
index dce0c78703772aeb3af227f00958ed6cce9eabd3..066b92d41e45a36e1f814872f82ce22cf13f733b 100644 (file)
@@ -17,12 +17,11 @@ default_attributes(
         :address => "193.60.236.45"
       }
     }
-  },
-  :hardware => {
-    :watchdog => "w83627hf_wdt"
   }
 )
 
 run_list(
-  "role[ucl]"
+  "role[ucl]",
+  "role[supermicro-x8dtt-h]",
+  "role[prometheus]"
 )