Commit 1a5ba5fa by Han Su Kim

Merge pull request #1375 from edx/han/fix-nginxtra

Removing nginxtra role for now
parents 96a09fee 21ae8e23
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
sudo: True sudo: True
gather_facts: True gather_facts: True
vars: vars:
NGINX_EDXAPP_CUSTOM_REDIRECTS: {}
roles: roles:
- aws - aws
- role: nginx - role: nginx
...@@ -12,9 +11,6 @@ ...@@ -12,9 +11,6 @@
- cms - cms
nginx_default_sites: nginx_default_sites:
- lms - lms
nginx_redirects: "{{ NGINX_EDXAPP_CUSTOM_REDIRECTS }}"
- role: nginxtra
when: COMMON_ENABLE_NGINXTRA
- edxapp - edxapp
- role: datadog - role: datadog
when: COMMON_ENABLE_DATADOG when: COMMON_ENABLE_DATADOG
......
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