Rhys

Results 33 comments of Rhys

Hello @amarao, Funnily enough I've been working on something like this over the weekend. I publish to github pages rather than galaxy but you could probably adapt it for your...

First problem with 6.0... > The full traceback is: > File "/tmp/ansible_ansible.legacy.command_payload_hmo6a20v/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py", line 2727, in run_command > cmd = subprocess.Popen(args, **kwargs) > File "/usr/lib/python3.6/subprocess.py", line 729, in __init__ > restore_signals,...

We're also using the mongo cmd line tool in the integration tests... > TASK [mongodb_balancer : Get config server replset mongo_output] *************** > fatal: [testhost]: FAILED! => {"changed": false, "cmd":...

Interested. I'd appreciate if anyone could help out on getting this PR merged... https://github.com/ansible/ansible/pull/49690 A mongodb_shard module has been accepted and is a bit lonely! ;-) I've also got some...

@joelwking A handy additional to your module would be the ability to specify a document as yaml and have that converted into a json document. What do you think?

3.10 is a couple of years old now - https://pypi.org/project/pymongo/#history The problem is I can't really test multiple versions of pymongo without the number of tests exploding. I currently test...

Please do. I'm available for any help required. Cheers, Rhys

@eRadical I think a brief note should go into the role README.md file about this (mongodb_users variable).

I guess this was done for idempotency reasons so it probably needs option 1

Check this on a couple of docker images and the output seems the same for RHEL 7/8 versions. > ➜ ~ docker run -ti roboxes/rhel7 bash > Unable to find...