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
This module seems a bit half baked, but if you want to do this you could do a lookup first to get the IPv4 addresses associated with the records, then amend the call to infoblox.nios_modules.nios_a_record with the IP addresses.
If you use lookup('infoblox.nios_modules.nios_lookup', 'record:host', provider={...}, filter={'name': 'anexample.com'}), then the information will be contained within the ipv4addrs key in the resulting hash-map.
I want to remove an A record. I don't care what the address on it is, I just want the record(s) gone.
throws
FAILED! => {"changed": false, "msg": "missing required arguments: ipv4addr"}
.The text was updated successfully, but these errors were encountered: