]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tuxis.rb
Remove roles for some unused machines from the old tile CDN
[chef.git] / roles / tuxis.rb
diff --git a/roles/tuxis.rb b/roles/tuxis.rb
deleted file mode 100644 (file)
index 540879d..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-name "tuxis"
-description "Role applied to all servers at Tuxis"
-
-default_attributes(
-  :hosted_by => "Tuxis",
-  :location => "Ede, Netherlands"
-)
-
-override_attributes(
-  :networking => {
-    :nameservers => ["2a03:7900:2:0:31:3:104:61", "2a03:7900:2:0:31:3:104:62"]
-  },
-  :ntp => {
-    :servers => ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org", "europe.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[nl]"
-)