]> git.openstreetmap.org Git - chef.git/blobdiff - roles/edgeuno-br.rb
Add roles for fuchur and idris
[chef.git] / roles / edgeuno-br.rb
diff --git a/roles/edgeuno-br.rb b/roles/edgeuno-br.rb
new file mode 100644 (file)
index 0000000..e72a8ae
--- /dev/null
@@ -0,0 +1,17 @@
+name "edgeuno-br"
+description "Role applied to all servers at Edgeuno BR"
+
+default_attributes(
+  :location => "Sao Paulo, Brasil"
+)
+
+override_attributes(
+  :ntp => {
+    :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "south-america.pool.ntp.org"]
+  }
+)
+
+run_list(
+  "role[br]",
+  "role[edgeuno]"
+)