ansible-collections / community.cassandra

Cassandra Ansible Collection
http://galaxy.ansible.com/community/cassandra
GNU General Public License v3.0
25 stars 19 forks source link

module refactoring of pure-python modules #248

Open rhysmeister opened 1 year ago

rhysmeister commented 1 year ago
SUMMARY

Applies to the following modules...

There are probably a few things that can be refactored into module_utils and/or doc_fragments for these modules. For example parameter common to these modules, validation code that is shared scross these modules, other duplicated stuff across these modules. We've already done this for nodetool based modules but not these pure-python ones.

ISSUE TYPE