]> git.openstreetmap.org Git - chef.git/blobdiff - roles/supermicro-x8dtt-h.rb
Create common base role for tiamat nodes
[chef.git] / roles / supermicro-x8dtt-h.rb
diff --git a/roles/supermicro-x8dtt-h.rb b/roles/supermicro-x8dtt-h.rb
new file mode 100644 (file)
index 0000000..84e172e
--- /dev/null
@@ -0,0 +1,8 @@
+name "supermicro-x8dtt-h"
+description "Role applied to all Supermicro X8DTT-H machines"
+
+default_attributes(
+  :hardware => {
+    :watchdog => "w83627hf_wdt"
+  }
+)