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
c286b56c
Commit
c286b56c
authored
8 years ago
by
Jeff LaJoie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move elasticsearch below forum
parent
1b6d5a93
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
playbooks/roles/forum/tasks/deploy.yml
+10
-10
No files found.
playbooks/roles/forum/tasks/deploy.yml
View file @
c286b56c
...
...
@@ -74,6 +74,16 @@
-
manage
-
manage:update
-
name
:
ensure forum is started
supervisorctl
:
name
:
forum
supervisorctl_path
:
"
{{
supervisor_ctl
}}"
config
:
"
{{
supervisor_cfg
}}"
state
:
started
when
:
not disable_edx_services
tags
:
-
manage
-
name
:
initialize elasticsearch
command
:
"
{{
forum_code_dir
}}/bin/rake
search:initialize"
args
:
...
...
@@ -85,16 +95,6 @@
-
migrate
-
migrate:db
-
name
:
ensure forum is started
supervisorctl
:
name
:
forum
supervisorctl_path
:
"
{{
supervisor_ctl
}}"
config
:
"
{{
supervisor_cfg
}}"
state
:
started
when
:
not disable_edx_services
tags
:
-
manage
-
include
:
test.yml
tags
:
-
deploy
...
...
This diff is collapsed.
Click to expand it.
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