]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tuxis.rb
Add role for takhisis
[chef.git] / roles / tuxis.rb
diff --git a/roles/tuxis.rb b/roles/tuxis.rb
new file mode 100644 (file)
index 0000000..5cde762
--- /dev/null
@@ -0,0 +1,25 @@
+name "tuxis"
+description "Role applied to all servers at Tuxis"
+
+default_attributes(
+  :hosted_by => "Tuxis",
+  :location => "Ede, Netherlands",
+  :networking => {
+    :nameservers => ["2a03:7900:2:0:31:3:104:61", "2a03:7900:2:0:31:3:104:62"],
+    :roles => {
+      :external => {
+        :zone => "osm"
+      }
+    }
+  }
+)
+
+override_attributes(
+  :ntp => {
+    :servers => ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org", "europe.pool.ntp.org"]
+  }
+)
+
+run_list(
+  "role[nl]"
+)