Commit c54997a9 by Jillian Vogel Committed by GitHub

Merge pull request #3423 from open-craft/jill/add-aws-to-sandbox

Adds the aws role to edx_sandbox.yml if edxapp is using aws settings
parents cd408f19 d4b51a7c
......@@ -40,6 +40,8 @@
- role: mongo
when: "'localhost' in EDXAPP_MONGO_HOSTS"
- { role: 'rabbitmq', rabbitmq_ip: '127.0.0.1' }
- role: aws
when: EDXAPP_SETTINGS == 'aws'
- { role: 'edxapp', celery_worker: True }
- edxapp
- role: ecommerce
......
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