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

ssl -> tls migration

Open rhysmeister opened this issue 1 year ago • 0 comments

SUMMARY

We should update the ssl/tls code in mongodb_common.py and the associated documentation...

See in...

https://github.com/ansible-collections/community.mongodb/pull/571

This will involve (probably not 100% complete)...

  • Migrate doc fragment ssl_options -> tls_options.py
  • Migrate to tls parameters in mongodb_common_argument_spec
  • Remove rename_ssl_option_for_pymongo4 function
  • Update module code where needed
  • Update module example block where appropriate
  • Update integration tests
  • Update roles where appropriate
  • Other items
ISSUE TYPE
  • Feature Idea
COMPONENT NAME

community.mongodb

rhysmeister avatar May 07 '23 17:05 rhysmeister