Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refreshed metadata for extras modules | Toshio Kuratomi | 2016-12-06 | 4 | -0/+16 |
| | |||||
* | Make `main()` calls conditional - database (#3659) | Fabio Alessandro Locati | 2016-12-05 | 2 | -2/+6 |
| | |||||
* | Native YAML - database/misc/mongodb_user.py (#3631) | Fabio Alessandro Locati | 2016-12-02 | 1 | -1/+2 |
| | |||||
* | Native YAML - Database/musc (#3603) | Fabio Alessandro Locati | 2016-12-01 | 4 | -17/+73 |
| | |||||
* | mongodb_user: Allow pymongo version 3.2 in combination with mongodb 3.2 (#3474) | Maarten Bezemer | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | replace type() with isinstance() (#3404) | jctanner | 2016-11-09 | 1 | -1/+1 |
| | | | | | Replace use of type() with isinstance() Addresses https://github.com/ansible/ansible/issues/18310 | ||||
* | Make mongodb modules compile on python 3 | Michael Scherer | 2016-10-17 | 2 | -6/+14 |
| | |||||
* | Make redis run on python 3 | Michael Scherer | 2016-10-15 | 1 | -5/+11 |
| | |||||
* | Fix mongodb_user.py version detection logic (#3162) | Ryan Currah | 2016-10-15 | 1 | -1/+1 |
| | | | Fix mongodb_user.py version detection logic for mongo srv 2.6 and mongo driver 2.7. The wrong variable was used for detecting the mongo driver version. This fix resolves the error "(Note: you must use pymongo 2.7+ with MongoDB 2.6.. 2.6.11)" no matter what version of pymongo you had installed for mongodb 2.6. | ||||
* | Fix mongodb user compatibility check (#2731) | THEBAULT Julien | 2016-09-29 | 1 | -6/+21 |
| | | | | - Check the compatibility asap | ||||
* | Fix mongodb_user ssl_cert_reqs param (#2963) (#2965) | Lujeni | 2016-09-26 | 1 | -8/+12 |
| | |||||
* | Fix mongodb_user default role value when update_password is set (#2997) | Lujeni | 2016-09-23 | 1 | -1/+1 |
| | |||||
* | Improve mongodb_user exception (#2962) | Lujeni | 2016-09-20 | 1 | -3/+3 |
| | | | - Better error message | ||||
* | Fix mongodb user idempotence with 2.4 version (#2725) (#2920) | Hans-Joachim Kliemeck | 2016-09-17 | 1 | -2/+19 |
| | |||||
* | mongodb_user: properly guard user adding with try...except (#2582) | gyurco | 2016-07-21 | 1 | -13/+9 |
| | | | | | | | The user adding part is not properly guarded by a try...except block, so pymongo exceptions can escape from it. Also there's a double-guarding where roles are given. Fixes: #2575 | ||||
* | mongodb_user: fix ssl_cert_reqs exception (#2573) | gyurco | 2016-07-20 | 1 | -1/+3 |
| | | | | | | If ssl is not enabled, but ssl_cert_reqs is passed to pymongo, an exception occures. Fixes: #2571 | ||||
* | Support the ssl_cert_reqs directive (#1122) | Lujeni | 2016-06-13 | 1 | -2/+15 |
| | |||||
* | Fixed problem with pymongo compatibility (#1249) | Sergei Antipov | 2016-05-16 | 1 | -2/+13 |
| | | | | | * Fixed problem with pymongo compatibility Fixes #11 | ||||
* | Add mongodb parameter module (#1596) | Ner'zhul | 2016-04-25 | 1 | -0/+228 |
| | | | | | * Add mongodb parameter module This module permit to configure mongodb live parameters to tune the running engine | ||||
* | Merge pull request #1737 from Dufgui/devel | René Moser | 2016-04-01 | 1 | -4/+51 |
|\ | | | | | fix #1731 : mongodb_user always says changed | ||||
| * | mongodb_user.py: changes on comments | Marcos Diez | 2016-03-16 | 1 | -4/+5 |
| | | |||||
| * | mongodb_user: fix checking if the roles of an oplog reader user changed | Marcos Diez | 2016-03-16 | 1 | -1/+38 |
| | | |||||
| * | use python fallback to avoid error on old mongo version without roles | Guillaume Dufour | 2016-02-28 | 1 | -1/+1 |
| | | |||||
| * | avoid problem with old mongo version without roles | Guillaume Dufour | 2016-02-26 | 1 | -1/+1 |
| | | |||||
| * | fix #1731 : mongodb_user always says changed | Guillaume Dufour | 2016-02-25 | 1 | -5/+14 |
| | | |||||
* | | Merge pull request #1750 from Dufgui/mongodb_users_check_mode_1747 | René Moser | 2016-03-23 | 1 | -1/+7 |
|\ \ | | | | | | | #1747 mongodb_user support check mode | ||||
| * | | fix #1747 mongodb_user support check mode | Guillaume Dufour | 2016-02-28 | 1 | -1/+7 |
| |/ | |||||
* | | Merge pull request #1877 from mscherer/improve_redis | Toshio Kuratomi | 2016-03-21 | 1 | -14/+7 |
|\ \ | | | | | | | Fix type used by the module | ||||
| * | | Fix type used by the module | Michael Scherer | 2016-03-20 | 1 | -14/+7 |
| | | | | | | | | | | | | | | | | | | Set int for the various port (and so avoid to convert them later) Set no_log=True for the login_password Verify that db is a int, so avoid a conversion | ||||
* | | | Merge pull request #1875 from mscherer/fix_mongo_user | Toshio Kuratomi | 2016-03-20 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix ssl to be a bool, required to fix #1732 | ||||
| * | | | Fix ssl to be a bool, required to fix #1732 | Michael Scherer | 2016-03-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | May also fix #1869 | ||||
* | | | | Merge pull request #1876 from mscherer/improve_riak | Toshio Kuratomi | 2016-03-20 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | Use proper type for riak config_dir argument | ||||
| * | | | Use proper type for riak config_dir argument | Michael Scherer | 2016-03-20 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #1628 from lsb/patch-1 | René Moser | 2016-03-19 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Update mongodb_user.py | ||||
| * | | Update mongodb_user.py | lsb | 2016-02-05 | 1 | -1/+1 |
| |/ | | | | | Typo | ||||
* | | Updated database/misc/mongodb_user.py, the docs now explain how to add a ↵ | Marcos Diez | 2016-03-02 | 1 | -3/+20 |
|/ | | | | read user to the local/oplog db | ||||
* | Update for modules which import json.json-imports-fallback | Toshio Kuratomi | 2016-01-11 | 1 | -1/+6 |
| | | | | | | | Some do not use the json module directly so don't need import json. Some needed to fallback to simplejson with no traceback if neither was installed Fixes #1298 | ||||
* | Fix mongodb_user docs typo | Josh Gachnang | 2015-12-01 | 1 | -1/+1 |
| | | | | | Bob's last name is Belcher: http://bobs-burgers.wikia.com/wiki/Bob_Belcher. These docs made me chuckle, so thanks :) | ||||
* | Update mongodb_user.py | Constantine Romanov | 2015-09-03 | 1 | -0/+1 |
| | | | version_added: "2.0" | ||||
* | Update mongodb_user.py | Constantine Romanov | 2015-09-03 | 1 | -1/+9 |
| | | | Auth source support | ||||
* | Clean up unneeded urllib2 imports | Toshio Kuratomi | 2015-07-20 | 1 | -3/+2 |
| | |||||
* | replace tabs with spaces in mongodb_user.py | Matt Martz | 2015-06-30 | 1 | -4/+4 |
| | |||||
* | Changes to author formatting, remove emails | Greg DeKoenigsberg | 2015-06-16 | 2 | -3/+3 |
| | |||||
* | #364 Added support for update_password=dict(default="always", ↵ | Solomon Gifford | 2015-06-16 | 1 | -2/+15 |
| | | | | choices=["always", "on_create"]) | ||||
* | fixes issue #362 | Solomon Gifford | 2015-06-16 | 1 | -13/+20 |
| | |||||
* | \login_password with missing login_user not caught #363 | Solomon Gifford | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | Many more doc fixes | Toshio Kuratomi | 2015-05-15 | 1 | -2/+2 |
| | |||||
* | fix doc parsing by correctly quoting author | Brian Coca | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -0/+3 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+1 |
| |