infoblox-ansible icon indicating copy to clipboard operation
infoblox-ansible copied to clipboard

Any version of this module that does not require the "infoblox-client"?

Open jewettg opened this issue 5 months ago • 3 comments

Is there any version of this module that does not require the "infoblox-client" python code/library?

Attempting to use this module within any playbooks that are executed in Ansible Automation Platform require that a custom execution-environment to include the "infoblox-client" code for it to run. This is difficult to support since it requires that the EE gets updated when there are changes in the client.

Reviewing the code in "infoblox-client", shows that it is just a python collection of code that utilizes the REST-API feature of InfoBlox, and this module is just piggy-backing on that code, instead of calling the REST API calls themselves directly.

REST API documentation: https://insights.infoblox.com/resources-deployment-guides/infoblox-deployment-infoblox-rest-api

Thoughts?

jewettg avatar Mar 04 '24 23:03 jewettg