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
OpenEdx
configuration
Commits
2d814fde
Commit
2d814fde
authored
Jul 15, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing sandbox_custom because it's now included in the edxapp role
parent
b50ccd30
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
18 deletions
+1
-18
playbooks/edx_sandbox.yml
+1
-3
playbooks/secure_example/vars/sandbox_custom.yml
+0
-15
No files found.
playbooks/edx_sandbox.yml
View file @
2d814fde
...
...
@@ -12,7 +12,7 @@
# lms listening on port 80 - example.com
# lms-preview listening on port 80 - preview.example.com
#
# ansible-playbook -c local --limit "localhost:127.0.0.1"
/var/tmp/configuration/playbooks/edx_sandbox.yml -i "localhost," -e "cms_nginx_port=80 lms_preview_nginx_port=80 lms_base=example.com
preview_lms_base=preview.example.com"
# ansible-playbook -c local --limit "localhost:127.0.0.1"
path/to/configuration/playbooks/edx_sandbox.yml -i "localhost," -e "cms_nginx_port=80 lms_preview_nginx_port=80 c_lms_base=example.com c_
preview_lms_base=preview.example.com"
#
-
name
:
Configure instance(s)
hosts
:
localhost
...
...
@@ -21,8 +21,6 @@
vars
:
migrate_db
:
True
mysql5_workaround
:
True
vars_files
:
-
"
secure_example/vars/sandbox_custom.yml"
roles
:
-
common
-
nginx
...
...
playbooks/secure_example/vars/sandbox_custom.yml
deleted
100644 → 0
View file @
b50ccd30
---
# Set a custom LMS_BASE and PREVIEW_LMS_BASE
# for single-instance setups, you may also want to pass overrides for the following:
# cms_nginx_port: 80 (defaults to 18010)
# lms_preview_nginx_port: 80 (defaults to 18020)
# Override LMS_BASE and PREVIEW_LMS_BASE in the cms env config
# These should be overridden with the -e option on the command line
lms_base
:
'
'
preview_lms_base
:
'
'
cms_env_config
:
'
LMS_BASE'
:
'
{{
lms_base
}}'
'
MITX_FEATURES'
:
'
PREVIEW_LMS_BASE'
:
'
{{
preview_lms_base
}}'
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