mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Adds a factory function for getting REST api tools (#21423)
I plan on converting most all f5 modules to use the rest api, so this is part of that conversion. it adds a factory method to get the various rest management root apis provided in the f5 sdk
This commit is contained in:
parent
db786fc211
commit
6fc989a902
2 changed files with 79 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
/lib/ansible/module_utils/vmware.py
|
||||
/lib/ansible/module_utils/netconf.py
|
||||
/lib/ansible/module_utils/junos.py
|
||||
/lib/ansible/module_utils/f5.py
|
||||
/lib/ansible/parsing/
|
||||
/lib/ansible/playbook/
|
||||
/lib/ansible/plugins/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue