You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create an adminuser module to create an manage local users in Infoblox as in my discussion linked below I am running into some issues.
Originally posted by aheath1992 August 16, 2024
Im trying to create an Adminuser module that can create and manage Local users on Infoblox when testing i have the username and the admingroup set and i get the following
FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python3"}, "changed": false, "code": "Client.Ibap.Proto", "msg": "A password must be specified if auth_type is not REMOTE or SAML.", "operation": "create_object", "type": "AdmConProtoError"}
But when I enable the password option I get the following
FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python3"}, "changed": false, "module_stderr": "Failed on object search with url https://infoblox-sandbox.example.com/wapi/v2.12.3/adminuser?name=admin-test&admin_groups=admin-group&_return_fields=name%2Cadmin_groups%2Cpassword&_max_results=1000: b'{ \"Error\": \"AdmConProtoError: Field is not readable: password\",
Not sure how to pass the password the way that Infoblox is wanting, any guidance would be helpful
I have created a first pass at the module but not sure what I am missing or if the WAPI needs to be tweaked a bit. Any guidance would be appreciated aheath1992@ab302fa
The text was updated successfully, but these errors were encountered:
Discussed in #249
I am trying to create an adminuser module to create an manage local users in Infoblox as in my discussion linked below I am running into some issues.
Originally posted by aheath1992 August 16, 2024
Im trying to create an Adminuser module that can create and manage Local users on Infoblox when testing i have the username and the admingroup set and i get the following
But when I enable the password option I get the following
Not sure how to pass the password the way that Infoblox is wanting, any guidance would be helpful
I have created a first pass at the module but not sure what I am missing or if the WAPI needs to be tweaked a bit. Any guidance would be appreciated
aheath1992@ab302fa
The text was updated successfully, but these errors were encountered: