Introducing SOC Insights for BloxOne Threat Defense: Boost your SOC efficiency with AI-driven insights to eliminate manual work and accelerate investigation and response times. Read the blog announcement here.

Reporting

Reply

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

New Member
Posts: 1
751     3

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

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

New Member
Posts: 1
752     3

Has anyone figured this out ?

Showing results for 
Search instead for 
Did you mean: 

Recommended for You