We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201c408 commit 8089efdCopy full SHA for 8089efd
README.md
@@ -3,9 +3,17 @@ Ansible role for MongoDB
3
Ansible role which manage [MongoDB](http://www.mongodb.org/).
4
5
* Install and configure the MongoDB;
6
+* Configure mongodb users
7
+* Configure replication
8
* Provide handlers for restart and reload;
9
* Setup MMS authomation agent;
10
11
+MongoDB support matrix:
12
+
13
+| Distribution | MongoDB 2.6 | MongoDB 3.0 | MongoDB 3.2 |
14
+| ------------ |:-----------:|:-----------:|:-----------:|
15
+| Ubuntu 14.04 | :white_check_mark: | :white_check_mark: | :white_check_mark:|
16
17
#### Variables
18
19
```yaml
0 commit comments