]> git.openstreetmap.org Git - chef.git/blobdiff - roles/aws.rb
Add role for palulukon
[chef.git] / roles / aws.rb
diff --git a/roles/aws.rb b/roles/aws.rb
new file mode 100644 (file)
index 0000000..4438781
--- /dev/null
@@ -0,0 +1,12 @@
+name "aws"
+description "Role applied to all servers at AWS"
+
+default_attributes(
+  :hosted_by => "AWS"
+)
+
+override_attributes(
+  :ntp => {
+    :servers => ["169.254.169.123"]
+  }
+)