Commit 0dc2efbf by Feanil Patel

Add support for the xqueue consumer process.

parent c7605b22
......@@ -5,6 +5,12 @@
- xqueue
- deploy
- name: stop xqueue consumer service
service: name=xqueue_consumer state=stopped
tags:
- xqueue
- deploy
# Do A Checkout
- name: git checkout xqueue repo into $app_base_dir
git: dest={{xqueue_code_dir}} repo={{xqueue_source_repo}} version={{xqueue_version}}
......@@ -64,3 +70,9 @@
tags:
- xqueue
- deploy
- name: start xqueue consumer
service: name=xqueue_consumer state=started
tags:
- xqueue
- deploy
......@@ -35,6 +35,11 @@
tags:
- xqueue
- name: create xqueue consumer upstart script
template: src=xqueue_consumer.conf.j2 dest=/etc/init/xqueue_consumer.conf mode=0640 owner=root group=adm
tags:
- xqueue
# Install nginx site
- include: ../../nginx/tasks/nginx_site.yml state=link site_name=xqueue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment