Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
85323cb3
Commit
85323cb3
authored
Feb 07, 2014
by
Jason Bau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove lms-preview from prod nginx sites
parent
94217e22
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
6 deletions
+2
-6
playbooks/edx-west/carnegie-prod-app.yml
+0
-1
playbooks/edx-west/cme-prod-app.yml
+0
-1
playbooks/edx-west/prod-app.yml
+2
-3
playbooks/edx-west/stage-app.yml
+0
-1
No files found.
playbooks/edx-west/carnegie-prod-app.yml
View file @
85323cb3
...
...
@@ -37,7 +37,6 @@
nginx_sites
:
-
lms
-
cms
-
lms-preview
-
phpmyadmin
nginx_template_directory
:
"
{{local_dir}}/nginx/templates/carnegie/"
nginx_conf
:
true
...
...
playbooks/edx-west/cme-prod-app.yml
View file @
85323cb3
...
...
@@ -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
...
...
playbooks/edx-west/prod-app.yml
View file @
85323cb3
# 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/"
...
...
playbooks/edx-west/stage-app.yml
View file @
85323cb3
...
...
@@ -35,7 +35,6 @@
-
role
:
nginx
nginx_sites
:
-
lms
-
lms-preview
-
cms
-
verify
nginx_template_directory
:
"
{{local_dir}}/nginx/templates/"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment