Commit 0d972968 by Feanil Patel

Add a play for setting up the xqueue.

parent 5c42000d
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
- common - common
- nginx - nginx
- xserver - xserver
- hosts: tag_aws_cloudformation_stack-name_feanilpractice:&tag_group_rabbitmq - hosts: tag_aws_cloudformation_stack-name_feanilpractice:&tag_group_rabbitmq
serial: 1 serial: 1
sudo: True sudo: True
...@@ -28,3 +27,12 @@ ...@@ -28,3 +27,12 @@
roles: roles:
- common - common
- rabbitmq - 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