File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,18 @@ Ansible role which manage [MongoDB](http://www.mongodb.org/).
10
10
11
11
MongoDB support matrix:
12
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 : |
13
+ | Distribution | MongoDB 2.4 | MongoDB 2.6 | MongoDB 3.0 | MongoDB 3.2 |
14
+ | ------------ | :-----------:| :-----------:| :-----------:| :-----------:|
15
+ | Ubuntu 14.04 | :no_entry : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
16
+ | Ubuntu 12.04 | :no_entry : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
17
+ | Ubuntu 16.04 | :no_entry : | :x : | :x : | :x : |
18
+ | Debian 7.x | :no_entry : | :interrobang : | :interrobang : | :interrobang : |
19
+ | Debian 8.x | :no_entry : | :x : | :x : | :x : |
20
+
21
+ :white_check_mark : - fully tested, should work fine
22
+ :interrobang : - will be added testing suite soon
23
+ :x : - don't have official support
24
+ :no_entry : - does't have support, because used old format of configuration files
16
25
17
26
#### Variables
18
27
You can’t perform that action at this time.
0 commit comments