Are you interested in our Early Access Program (EAP)? This program allows you to preview code, test in your lab and provide feedback prior to General Availability (GA) release of all Infoblox products. If so, please click the link here.

Reporting

Reply

An unhandled exception occurred while running the lookup plugin 'nios_next_ip'

Member
Posts: 1
170     0

Hi All,

 

I am using Ansible Automation Platform to run the below task:

 

  - name: Return next available IP address
    ansible.builtin.set_fact:
      ipaddr: "{{ lookup('infoblox.nios_modules.nios_next_ip', vm_infblx_network, provider=infoblox_nios_provider) }}"
This task is failing with error:
fatal: [localhost]: FAILED! => {"msg": "An unhandled exception occurred while running the lookup plugin 'nios_next_ip'. Error was a <class 'ansible.errors.AnsibleError'>, original message: no records found. no records found"}
There are free IPs available in the network. But it is still giving this error.
Could you please help me to resolve this error ??
 
Thanks
-Praful
Showing results for 
Search instead for 
Did you mean: 

Recommended for You