]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl-external.rb
Add roles from the private repository
[chef.git] / roles / ucl-external.rb
diff --git a/roles/ucl-external.rb b/roles/ucl-external.rb
new file mode 100644 (file)
index 0000000..d6ac52d
--- /dev/null
@@ -0,0 +1,12 @@
+name "ucl-external"
+description "Role applied to all servers at UCL which are only on the external LAN"
+
+default_attributes(
+  :networking => {
+    :nameservers => [ "128.40.168.102", "8.8.8.8", "8.8.4.4" ]
+  }
+)
+
+run_list(
+  "role[ucl]"
+)