Unverified Commit 202bdbd8 by sar Committed by Tobias Macey

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 7111a470
......@@ -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
......
......@@ -207,3 +207,5 @@ COMMON_TRACKING_LOG_ROTATION:
# COMMON_USING_SECURE_REPO: true
COMMON_EXTRA_CONFIGURATION_SOURCES_CHECKING: false
COMMON_EXTRA_CONFIGURATION_SOURCES: []
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