infoblox-ansible icon indicating copy to clipboard operation
infoblox-ansible copied to clipboard

Ansible modules for interfacing to Infoblox systems

Results 87 infoblox-ansible issues
Sort by recently updated
recently updated
newest added

_From @badnetmask on Jul 22, 2020 14:13_ ##### SUMMARY This is a copy/follow-up on a previously discussed issue: https://github.com/ansible/ansible/issues/51402 The current authentication implementation of the NIOS (Infoblox) modules makes use...

I was asked to move my [issue](https://github.com/ansible-collections/community.general/issues/447#issuecomment-844495250) from the ansible-collections repo to the infoblox-ansible repo. So here it is. ##### SUMMARY removal of a server from the `external_primaries` or `external_secondaries`...

I was asked to move my [issue](https://github.com/ansible-collections/community.general/issues/446#issuecomment-844495353) from the ansible-collections repo to the infoblox-ansible repo. So here it is. ##### SUMMARY according to documentation [tsig_key_name](https://docs.ansible.com/ansible/latest/modules/nios_nsgroup_module.html#parameter-external_secondaries/tsig_key_name) is not a mandatory parameter...

We recently upgraded to 8.4.x and would like a way to natively, with ansible, to document and manipulate vlans in the new vlan/vlan range feature.

Hi all, it seems that the `comment` parameter is not being updated when I change its value when using the `nios_network` module. I have found this to be the case...

I have been [asked](https://github.com/ansible-collections/community.general/issues/1686#issuecomment-768252174) to re-post my issue here. So here it is ;) ##### SUMMARY currently it is not possible to manage infoblox/nios rpz zones through ansible. I'd love...

Tasks like nios_fixed_address (and maybe others) support a check mode to check for difference, but do not actually display the change. It would be great to be able to register...

This logic was already applied to scenarios that were not updating a name (lines 715-719). This commit simply applies the same logic to scenarios where names are being updated. Without...

Added dhcp options supports for ipv4 and ipv6 network container.

The usage of `nios_next_ip` when creating a host record has a few limitations: - a list of IPs to exclude cannot be defined - a DHCP range cannot be the...