Commit fa9b10f2 by Feanil Patel

Add a section for the workers to the top level playbook.

parent 6d25a769
......@@ -36,3 +36,12 @@
- common
- nginx
- 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 }
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