Tags: willyd61/community.mongodb
Tags
mongodb_shell: Adds support for the mongosh shell (ansible-collection… …s#360) * Adds support for the mongosh shell * Remove field quoting regexp code * Apply suggestions from code review Co-authored-by: Jacob Floyd <[email protected]> Co-authored-by: Jacob Floyd <[email protected]>
1.3.0: version bump (ansible-collections#357) * 1.3.0: version bump * Update changelog.yaml * Fix release date * reformat to satisfy antsibull-changelog * include version_added in mongodb_shell * update CHANGELOG.rst * add roles to changelog.yaml * fix changelog.yaml structure and regenerate CHANGELOG.rst * note version plugins added to collection * include plugins in changelog * add some release summaries
Mongodb status (ansible-collections#304) * Add validate parameter
Update handlers and change default of skip_restart to true (ansible-c… …ollections#292) * Update handlers and change default of skip_restart to true
Mongodb user (ansible-collections#279) * Use OrderedDict class for command docs * Fix syntax * Reorg of OrderedDict import code * pep8: Add extra line * Fix issue updating user * pep8 cleanup * More pep8
Merge branch 'master' of https://github.com/ansible-collections/commu… …nity.mongodb
Increment version for release (ansible-collections#231) * Increment version for release * Update chanelogs * Fix yaml
Merge branch 'master' of https://github.com/ansible-collections/commu… …nity.mongodb
Workflow mods for multiple MongoDB versions (ansible-collections#26) * Workflow mods for multiple MongoDB versions * Quote command * Remove escape char * Relocate var declaration * Rejig var * Print work dir * Adjust vars file path * Remove smallfiles option * Update doc
Disable unit tests (ansible-collections#2) mongodb doesn't have any unit tests, so remove that CI job Also correct community.general collection name typo I made. Integration tests will still fail for the moment till that collection is live.