F5Networks / f5-ansible

Imperative Ansible modules for F5 BIG-IP products
GNU General Public License v3.0
375 stars 231 forks source link

refactor main() function and ModuleManager classes in all modules to accommodate new patterns #1226

Closed wojtek0806 closed 5 years ago

wojtek0806 commented 5 years ago

since this mechanism was already implemented in the icontrol rest class, we need to remove it from other modules.

https://github.com/F5Networks/f5-ansible/blob/devel/library/module_utils/network/f5/icontrol.py#L243

This is done already here:

https://github.com/F5Networks/f5-ansible/blob/devel/library/modules/bigip_node.py#L766

wojtek0806 commented 5 years ago

Completed Modules: