]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl-internal.rb
Add roles from the private repository
[chef.git] / roles / ucl-internal.rb
diff --git a/roles/ucl-internal.rb b/roles/ucl-internal.rb
new file mode 100644 (file)
index 0000000..6b88897
--- /dev/null
@@ -0,0 +1,13 @@
+name "ucl-internal"
+description "Role applied to all servers at UCL which are on the internal LAN"
+
+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]"
+)