Infoblox’s global team of threat hunters uncovers a DNS operation with the ability to bypass traditional security measures and control the Great Firewall of China. Read about “Muddling Meerkat” and the many other threat actors discovered by Infoblox Threat Intel here.

Reporting

Reply

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

New Member
Posts: 1
782     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
783     3

Has anyone figured this out ?

Showing results for 
Search instead for 
Did you mean: 

Recommended for You