Commit 68f634b6 by sar Committed by George Song

Added a way to override having the aws role be installed. In cases where a local…

Added a way to override having the aws role be installed. In cases where a local host is being used, aws role is not needed. Default remains true though.
parent d870526b
......@@ -7,7 +7,8 @@
CLUSTER_NAME: 'edxapp'
serial: "{{ serial_count }}"
roles:
- aws
- role: aws
when: COMMON_ENABLE_AWS_ROLE
- role: automated
AUTOMATED_USERS: "{{ EDXAPP_AUTOMATED_USERS | default({}) }}"
- role: nginx
......
......@@ -222,3 +222,5 @@ COMMON_JWT_SECRET_KEY: 'SET-ME-PLEASE'
# Set worker user default
CREATE_SERVICE_WORKER_USERS: True
COMMON_ENABLE_AWS_ROLE: 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