Commit 85323cb3 by Jason Bau

remove lms-preview from prod nginx sites

parent 94217e22
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
nginx_sites: nginx_sites:
- lms - lms
- cms - cms
- lms-preview
- phpmyadmin - phpmyadmin
nginx_template_directory: "{{local_dir}}/nginx/templates/carnegie/" nginx_template_directory: "{{local_dir}}/nginx/templates/carnegie/"
nginx_conf: true nginx_conf: true
......
...@@ -51,7 +51,6 @@ ...@@ -51,7 +51,6 @@
nginx_sites: nginx_sites:
- lms - lms
- cms - cms
- lms-preview
nginx_template_directory: "{{local_dir}}/nginx/templates/cme/" nginx_template_directory: "{{local_dir}}/nginx/templates/cme/"
- {'role': 'edxapp', 'openid_workaround': true, 'template_subdir': 'cme'} - {'role': 'edxapp', 'openid_workaround': true, 'template_subdir': 'cme'}
- datadog - datadog
......
# this gets all running prod webservers # this gets all running prod webservers
#- hosts: tag_environment_prod:&tag_function_webserver #- hosts: tag_environment_prod:&tag_function_webserver
# or we can get subsets of them by name # or we can get subsets of them by name
#- hosts: ~tag_Name_app1_prod - hosts: ~tag_Name_app1_prod
- hosts: ~tag_Name_app2_prod #- hosts: ~tag_Name_app2_prod
## this is the test box ## this is the test box
#- hosts: ~tag_Name_app4_prod #- hosts: ~tag_Name_app4_prod
#- hosts: ~tag_Name_app(4|1|2)_prod #- hosts: ~tag_Name_app(4|1|2)_prod
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
- role: nginx - role: nginx
nginx_sites: nginx_sites:
- lms - lms
- lms-preview
- cms - cms
- verify - verify
nginx_template_directory: "{{local_dir}}/nginx/templates/" nginx_template_directory: "{{local_dir}}/nginx/templates/"
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
- role: nginx - role: nginx
nginx_sites: nginx_sites:
- lms - lms
- lms-preview
- cms - cms
- verify - verify
nginx_template_directory: "{{local_dir}}/nginx/templates/" nginx_template_directory: "{{local_dir}}/nginx/templates/"
......
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