Commit 85323cb3 by Jason Bau

remove lms-preview from prod nginx sites

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