]> git.openstreetmap.org Git - chef.git/blobdiff - roles/blix-no.rb
Add roles from the private repository
[chef.git] / roles / blix-no.rb
diff --git a/roles/blix-no.rb b/roles/blix-no.rb
new file mode 100644 (file)
index 0000000..02eab6d
--- /dev/null
@@ -0,0 +1,13 @@
+name "blix-no"
+description "Role applied to all servers at Blix NO"
+
+override_attributes(
+  :ntp => {
+    :servers => [ "0.no.pool.ntp.org", "1.no.pool.ntp.org", "europe.pool.ntp.org" ]
+  }
+)
+
+run_list(
+  "role[no]",
+  "role[blix]"
+)