]> git.openstreetmap.org Git - chef.git/blobdiff - roles/aws-us-east-2.rb
Add role for palulukon
[chef.git] / roles / aws-us-east-2.rb
diff --git a/roles/aws-us-east-2.rb b/roles/aws-us-east-2.rb
new file mode 100644 (file)
index 0000000..2cdc4c2
--- /dev/null
@@ -0,0 +1,11 @@
+name "aws-us-east-2"
+description "Role applied to all servers at AWS us-east-2"
+
+default_attributes(
+  :location => "Ohio"
+)
+
+run_list(
+  "role[us]",
+  "role[aws]"
+)