@@ -10,13 +10,13 @@ Ansible role which manage [MongoDB](http://www.mongodb.org/).
10
10
11
11
MongoDB support matrix:
12
12
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 : |
13
+ | Distribution | MongoDB 2.4 | MongoDB 2.6 | MongoDB 3.0 | MongoDB 3.2 | MongoDB 3.4 |
14
+ | ------------ | :-----------:| :-----------:| :-----------:| :-----------:| :-----------: |
15
+ | Ubuntu 14.04 | :no_entry : | :white_check_mark : | :white_check_mark : | :white_check_mark : | : x : |
16
+ | Ubuntu 12.04 | :no_entry : | :white_check_mark : | :white_check_mark : | :white_check_mark : | : x : |
17
+ | Ubuntu 16.04 | :no_entry : | :x : | :x : | :x : | : x : |
18
+ | Debian 7.x | :no_entry : | :interrobang : | :interrobang : | :interrobang : | : x : |
19
+ | Debian 8.x | :no_entry : | :x : | :x : | :x : | : x : |
20
20
21
21
:white_check_mark : - fully tested, should work fine
22
22
:interrobang : - will be added testing suite soon
@@ -32,9 +32,9 @@ MongoDB support matrix:
32
32
mongodb_package : mongodb-org
33
33
34
34
# You can control installed version via this param.
35
- # Should be '2.6', '3.0' or '3.2 '. This role does't support MongoDB < 2.4.
35
+ # Should be '2.6', '3.0', '3.2' or '3.4 '. This role does't support MongoDB < 2.4.
36
36
# I will recommend you to use latest version of MongoDB.
37
- mongodb_version : " 3.2 "
37
+ mongodb_version : " 3.4 "
38
38
39
39
mongodb_force_wait_for_port : false # When not forced, the role will wait for mongod port to become available only with systemd
40
40
mongodb_pymongo_from_pip : true # Install latest PyMongo via PIP or package manager
0 commit comments