Commit 0d972968 by Feanil Patel

Add a play for setting up the xqueue.

parent 5c42000d
......@@ -18,7 +18,6 @@
- common
- nginx
- xserver
- hosts: tag_aws_cloudformation_stack-name_feanilpractice:&tag_group_rabbitmq
serial: 1
sudo: True
......@@ -28,3 +27,12 @@
roles:
- common
- rabbitmq
- hosts: tag_aws_cloudformation_stack-name_feanilpractice:&tag_group_xqueue
sudo: True
vars_files:
- "{{ secure_dir }}/vars/edxapp_continuous_integration_vars.yml"
- "{{ secure_dir }}/vars/users.yml"
roles:
- common
- nginx
- 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