Commit 88d2eb1a by Feanil Patel

Put the workers on the edxapp machines and into the sandbox.

parent 4a0815da
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
- common - common
- nginx - nginx
- edxapp - edxapp
- { role: 'edxapp', celery_worker: True }
- hosts: tag_aws_cloudformation_stack-name_feanilpractice:&tag_group_xserver - hosts: tag_aws_cloudformation_stack-name_feanilpractice:&tag_group_xserver
sudo: True sudo: True
...@@ -36,12 +37,3 @@ ...@@ -36,12 +37,3 @@
- common - common
- nginx - nginx
- xqueue - xqueue
- hosts: tag_aws_cloudformation_stack-name_feanilpractice:&tag_group_worker
sudo: True
vars_files:
- "{{ secure_dir }}/vars/edx_continuous_integration_vars.yml"
- "{{ secure_dir }}/vars/users.yml"
roles:
- common
- nginx
- { role: 'edxapp', celery_worker: True }
...@@ -26,3 +26,4 @@ ...@@ -26,3 +26,4 @@
- nginx - nginx
- edxlocal - edxlocal
- edxapp - edxapp
- { role: 'edxapp', celery_worker: True }
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