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
14bd0357
Commit
14bd0357
authored
Sep 07, 2017
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ensure that mongo starts at boot.
parent
4997b7c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
playbooks/roles/mongo_3_0/tasks/main.yml
+0
-1
playbooks/roles/mongo_3_2/tasks/main.yml
+9
-0
No files found.
playbooks/roles/mongo_3_0/tasks/main.yml
View file @
14bd0357
...
@@ -270,7 +270,6 @@
...
@@ -270,7 +270,6 @@
service
:
service
:
name
:
mongod
name
:
mongod
state
:
restarted
state
:
restarted
enabled
:
true
when
:
MONGO_CLUSTERED and initialize_replica_set
when
:
MONGO_CLUSTERED and initialize_replica_set
tags
:
tags
:
-
"
install"
-
"
install"
...
...
playbooks/roles/mongo_3_2/tasks/main.yml
View file @
14bd0357
...
@@ -319,3 +319,12 @@
...
@@ -319,3 +319,12 @@
-
"
manage"
-
"
manage"
-
"
manage:db"
-
"
manage:db"
-
"
manage:db-replication"
-
"
manage:db-replication"
-
name
:
ensure mongo starts at boot time
service
:
name
:
mongod
enabled
:
yes
tags
:
-
"
manage"
-
"
manage:start"
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