]> git.openstreetmap.org Git - chef.git/blobdiff - roles/osqa.rb
Add roles from the private repository
[chef.git] / roles / osqa.rb
diff --git a/roles/osqa.rb b/roles/osqa.rb
new file mode 100644 (file)
index 0000000..f916361
--- /dev/null
@@ -0,0 +1,19 @@
+name "osqa"
+description "Role applied to all OSQA servers"
+
+default_attributes(
+  :accounts => {
+    :users => {
+      :osqa => { :status => :role }
+    }
+  },
+  :osqa => {
+    :sites => [
+      { :name => "help.openstreetmap.org" }
+    ]
+  }
+)
+
+run_list(
+  "recipe[osqa]"
+)