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
5759c388
Commit
5759c388
authored
Oct 14, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating plays for nginx refactor
parent
f6f6a553
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
49 additions
and
10 deletions
+49
-10
playbooks/edx_jenkins_tests.yml
+8
-1
playbooks/edx_provision_test.yml
+7
-1
playbooks/edx_sandbox.yml
+6
-1
playbooks/edxapp_ref.yml
+5
-1
playbooks/edxapp_rolling_example.yml
+5
-1
playbooks/vagrant-fullstack.yml
+8
-3
playbooks/vagrant-shortstack-xml.yml
+5
-1
playbooks/vagrant-shortstack.yml
+5
-1
No files found.
playbooks/edx_jenkins_tests.yml
View file @
5759c388
...
...
@@ -14,7 +14,14 @@
-
"
{{
secure_dir
}}/vars/edx_jenkins_tests.yml"
roles
:
-
common
-
nginx
-
role
:
nginx
nginx_sites
:
-
lms
-
cms
-
lms-preview
-
xqueue
-
xserver
-
ora
-
edxlocal
-
edxapp
-
xqueue
...
...
playbooks/edx_provision_test.yml
View file @
5759c388
...
...
@@ -26,7 +26,13 @@
-
"
{{
secure_dir
}}/vars/edx_jenkins_tests.yml"
roles
:
-
common
-
nginx
-
role
:
nginx
nginx_sites
:
-
lms
-
cms
-
lms-preview
-
xserver
-
xqueue
-
edxlocal
-
edxapp
-
xqueue
...
...
playbooks/edx_sandbox.yml
View file @
5759c388
...
...
@@ -23,7 +23,12 @@
openid_workaround
:
True
roles
:
-
common
-
nginx
-
role
:
nginx
nginx_sites
:
-
lms
-
cms
-
lms-preview
-
ora
-
edxlocal
-
edxapp
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
...
...
playbooks/edxapp_ref.yml
View file @
5759c388
...
...
@@ -5,7 +5,11 @@
-
"
{{
secure_dir
}}/vars/edxapp_ref_users.yml"
roles
:
-
common
-
nginx
-
role
:
nginx
nginx_sites
:
-
lms
-
cms
-
lms-preview
-
gunicorn
-
edxapp
-
ruby
...
...
playbooks/edxapp_rolling_example.yml
View file @
5759c388
...
...
@@ -15,7 +15,11 @@
state
:
'
absent'
roles
:
-
common
-
nginx
-
role
:
nginx
nginx_sites
:
-
lms
-
cms
-
lms-preview
-
edxapp
-
ruby
post_tasks
:
...
...
playbooks/vagrant-fullstack.yml
View file @
5759c388
...
...
@@ -9,7 +9,13 @@
-
"
group_vars/all"
roles
:
-
common
-
nginx
-
role
:
nginx
nginx_sites
:
-
lms
-
cms
-
lms-preview
-
xserver
-
xqueue
-
edxlocal
-
edxapp
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
...
...
@@ -26,4 +32,4 @@
virtualenv_user_home
:
"
{{
xqueue_user_home
}}"
virtualenv_name
:
"
{{
xqueue_user
}}"
-
{
role
:
"
xqueue"
,
update_users
:
True
}
-
xserver
\ No newline at end of file
-
xserver
playbooks/vagrant-shortstack-xml.yml
View file @
5759c388
...
...
@@ -9,6 +9,10 @@
-
"
group_vars/all"
roles
:
-
common
-
nginx
-
role
:
nginx
nginx_sites
:
-
lms
-
cms
-
lms-preview
-
edxlocal
-
{
role
:
'
edxapp'
,
EDXAPP_LMS_NGINX_PORT
:
18030
,
EDXAPP_LMS_XML_NGINX_PORT
:
80
}
playbooks/vagrant-shortstack.yml
View file @
5759c388
...
...
@@ -9,7 +9,11 @@
-
"
group_vars/all"
roles
:
-
common
-
nginx
-
role
:
nginx
nginx_sites
:
-
lms
-
cms
-
lms-preview
-
edxlocal
-
edxapp
-
oraclejdk
...
...
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