]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl-wates.rb
Rename the ucl-internal role to ucl-wates
[chef.git] / roles / ucl-wates.rb
diff --git a/roles/ucl-wates.rb b/roles/ucl-wates.rb
new file mode 100644 (file)
index 0000000..c571bf6
--- /dev/null
@@ -0,0 +1,13 @@
+name "ucl-wates"
+description "Role applied to all servers at UCL which are in Wates House"
+
+override_attributes(
+  :networking => {
+    :nameservers => [ "10.0.0.3", "8.8.8.8", "8.8.4.4" ],
+    :search => [ "ucl.openstreetmap.org", "openstreetmap.org" ]
+  }
+)
+
+run_list(
+  "role[ucl]"
+)