Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
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
ansible
Commits
6c4e1db5
Commit
6c4e1db5
authored
Feb 09, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation formatting for mongodb_user so it will show up in ansible-doc and the web.
parent
3c51feb3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
library/mongodb_user
+5
-5
No files found.
library/mongodb_user
View file @
6c4e1db5
...
...
@@ -24,7 +24,7 @@ module: mongodb_user
short_description: Adds or removes a user from a MongoDB database.
description:
- Adds or removes a user from a MongoDB database.
version_added: "
0.X
"
version_added: "
1.1
"
options:
login_user:
description:
...
...
@@ -41,7 +41,7 @@ options:
- The host running the database
required: false
default: localhost
login_port
login_port
:
description:
- The port to connect to
required: false
...
...
@@ -72,9 +72,9 @@ examples:
description: Create 'burgers' database user with name 'bob' and password '12345'.
- code: "mongodb_user: database=burgers name=bob state=absent"
description: Delete 'burgers' database user with name 'bob'.
notes:
- Requires the pymongo Python package on t
eh
remote host, version 2.4.2+. This
can be installed using pip. @see http://api.mongodb.org/python/current/installation.html
notes:
- Requires the pymongo Python package on t
he
remote host, version 2.4.2+. This
can be installed using pip
or the OS package manager
. @see http://api.mongodb.org/python/current/installation.html
requirements: [ "pymongo" ]
author: Elliott Foster
'''
...
...
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