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
5c98158d
Commit
5c98158d
authored
Aug 18, 2017
by
Joseph Mulloy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove superfluous superuser creation OPS-2205
parent
254a4034
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
playbooks/roles/mongo_3_2/tasks/main.yml
+0
-14
No files found.
playbooks/roles/mongo_3_2/tasks/main.yml
View file @
5c98158d
...
...
@@ -228,20 +228,6 @@
-
"
manage"
-
"
manage:db"
-
name
:
create super user
mongodb_user
:
name
:
"
{{
MONGO_ADMIN_USER
}}"
password
:
"
{{
MONGO_ADMIN_PASSWORD
}}"
login_user
:
"
{{
MONGO_ADMIN_USER
}}"
login_password
:
"
{{
MONGO_ADMIN_PASSWORD
}}"
database
:
admin
roles
:
root
run_once
:
true
when
:
not initialize_replica_set
tags
:
-
"
manage"
-
"
manage:db"
# Now that the localhost exemption has been used to create the superuser, we need
# to add replica set to our configuration. This will never happen if we detected
# a replica set in the 'determine if there is a replica set already' task.
...
...
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