Initialize sf-jobs repository
diff --git a/roles/submit-logstash-jobs/defaults/main.yaml b/roles/submit-logstash-jobs/defaults/main.yaml
new file mode 100644
index 0000000..86eba89
--- /dev/null
+++ b/roles/submit-logstash-jobs/defaults/main.yaml
@@ -0,0 +1,15 @@
+logstash_gearman_server: logstash.openstack.org
+logstash_gearman_server_port: 4730
+# For every file found in the logs directory (and its subdirs), the
+# module will attempt to match the filenames below.  If there is a
+# match, the file is submitted to the logstash processing queue, along
+# with the tags for that match.  The first match wins, so be sure to
+# list more specific names first.  The names are un-anchored regular
+# expressions (so if you need to match the root (i.e, the work/logs/
+# directory), be sure to anchor them with ^).
+logstash_processor_config:
+  files:
+    - name: job-output\.txt
+      tags:
+        - console
+        - console.html