Skip to content

Commit ff0d428

Browse files
committed
Update README [ci skip]
1 parent b03ff7b commit ff0d428

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ Ansible role which manages [MongoDB](http://www.mongodb.org/).
1010

1111
MongoDB support matrix:
1212

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 16.04 | :no_entry: | :x: | :x: | :x:| :x:|
17-
| Debian 8.x | :no_entry: | :x: | :x: | :x:| :x:|
18-
| Debian 9.x | :no_entry: | :x: | :x: | :x:| :x:|
19-
| RHEL 6.x | :no_entry: | :interrobang: | :interrobang: | :interrobang: | :interrobang: |
20-
| RHEL 7.x | :no_entry: | :interrobang: | :interrobang: | :interrobang: | :interrobang: |
21-
22-
:white_check_mark: - fully tested, should work fine
23-
:interrobang: - will be added testing suite soon
13+
| Distribution | MongoDB 2.4 | MongoDB 2.6 | MongoDB 3.0 | MongoDB 3.2 | MongoDB 3.4 | MongoDB 3.6 |
14+
| ------------ |:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
15+
| Ubuntu 14.04 | :no_entry: | :no_entry: | :no_entry: | :white_check_mark:| :white_check_mark:| :white_check_mark:|
16+
| Ubuntu 16.04 | :no_entry: | :no_entry: | :no_entry: | :white_check_mark:| :white_check_mark:| :white_check_mark:|
17+
| Debian 8.x | :no_entry: | :no_entry: | :no_entry: | :white_check_mark:| :white_check_mark:| :white_check_mark:|
18+
| Debian 9.x | :no_entry: | :no_entry: | :no_entry: | :white_check_mark:| :x:| :x:|
19+
| RHEL 6.x | :no_entry: | :no_entry: | :no_entry: | :white_check_mark: | :white_check_mark: | :white_check_mark:|
20+
| RHEL 7.x | :no_entry: | :no_entry: | :no_entry: | :white_check_mark: | :white_check_mark: | :white_check_mark:|
21+
22+
:white_check_mark: - fully tested, should works fine
23+
:interrobang: - maybe works, not tested
2424
:x: - don't have official support
25-
:no_entry: - does't have support, because used old format of configuration files
25+
:no_entry: - MongoDB has reached EOL
2626

2727
#### Variables
2828

@@ -33,9 +33,9 @@ MongoDB support matrix:
3333
mongodb_package: mongodb-org
3434

3535
# You can control installed version via this param.
36-
# Should be '2.6', '3.0', '3.2' or '3.4'. This role does't support MongoDB < 2.4.
36+
# Should be '3.2', '3.4', '3.6'. This role doesn't support MongoDB < 3.2.
3737
# I will recommend you to use latest version of MongoDB.
38-
mongodb_version: "3.4"
38+
mongodb_version: "3.6"
3939

4040
mongodb_force_wait_for_port: false # When not forced, the role will wait for mongod port to become available only with systemd
4141
mongodb_pymongo_from_pip: true # Install latest PyMongo via PIP or package manager

0 commit comments

Comments
 (0)