You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/database/misc
gyurco 960fcaf67a mongodb_user: properly guard user adding with try...except (#2582)
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
8 years ago
..
__init__.py Categorize some modules. 10 years ago
mongodb_parameter.py Add mongodb parameter module (#1596) 9 years ago
mongodb_user.py mongodb_user: properly guard user adding with try...except (#2582) 8 years ago
redis.py Fix type used by the module 9 years ago
riak.py Use proper type for riak config_dir argument 9 years ago