Rhys

Results 36 issues of Rhys

##### 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

##### 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

Replace typo capital 'T' with a ')' (close bracket)

##### 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...

##### 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

##### SUMMARY The integration tests could do with a cleanup - Remove commented out code. - When issue with mongodb_shell are fix return asserts to using the json parsed output...

nostale