community.mongodb icon indicating copy to clipboard operation
community.mongodb copied to clipboard

MongoDB Ansible Collection

Results 23 community.mongodb issues
Sort by recently updated
recently updated
newest added

##### SUMMARY Quick test to see if MongoDB 6.0 works in the CI. ##### ISSUE TYPE - Feature Pull Request

##### SUMMARY MongoDB 6.0 is available... https://repo.mongodb.org/yum/redhat/7Server/mongodb-org/6.0/x86_64/RPMS/ Add this to the CI. We might need to remove testing against 4.X ##### ISSUE TYPE - Feature Request ##### COMPONENT NAME CI

##### SUMMARY Pymongo 4.0 was a pretty big change from previous versions. Currently the code attempts to account for these differences where needed/known about. This causes complexity. We could remove...

help wanted
nostale

##### SUMMARY This is not clear for users... https://github.com/ansible-collections/community.mongodb/issues/427#issuecomment-1010026369 We should document the modules that support noauth (with credentials supplied) usage and those that don't. ##### ISSUE TYPE - Documentation...

nostale

[![Github mongodb issues](https://img.shields.io/github/issues/ansible-collections/community.mongodb.svg)](https://github.com/ansible-collections/community.mongodb/issues?q=is:open+is:issue) [![Github mongodb PRs](https://img.shields.io/github/issues-pr/ansible-collections/community.mongodb.svg)](https://github.com/ansible-collections/community.mongodb/issues?q=is:open+is:pr) [![MongoDB pinboard](https://img.shields.io/github/issues/detail/last-update/ansible-collections/community.mongodb/253.svg?label=pinboard+update)](https://github.com/ansible-collections/community.mongodb/issues/253) We could collectively benefit from forming a Working Group related to MongoDB integration. We have quite some contributors and users that are...

pinboard

##### SUMMARY A missing module? https://github.com/ansible-collections/community.mongodb/issues/404 The mongodb_user module can probably provide a good hint on how to start. https://docs.mongodb.com/manual/reference/command/createRole/ This would be a good first issue for a new...

feature
new module
help wanted

##### SUMMARY The following tasks checks the transparent huge pages settings... https://github.com/ansible-collections/community.mongodb/blob/master/roles/mongodb_linux/tasks/main.yml#L129 Looks like there could be a difference with how RHEL 7 and 8 display this data meaning it's...

default to `present` to keep the change backward compatible After this change one can delete users. ##### SUMMARY Be able to delete users. ##### ISSUE TYPE - Feature Pull Request...

##### SUMMARY This section needs updating to Python 3.9 and testing... https://github.com/ansible-collections/community.mongodb#running-the-integration-and-unit-tests ##### ISSUE TYPE - Documentation Report ##### COMPONENT NAME README.md

##### SUMMARY This error has happened a few times in the CI with 6.0... ``` ok: [testhost] => { "changed": false, "invocation": { "module_args": { "auth_mechanism": null, "connection_options": null, "force":...

bug