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

The Host Record does exist, and I can search for it in the web interface and find it. If I delete the host record via the web interface, then create...

Hello, Module: nios_network There is no option to assign a member to a network. Help me if I am wrong, please. Thanks!

Would it be possible to add the bootfile, nextserver, bootserver options to the nios_fixed_address module, so the IPV4 BOOTP/PXE options in the Infoblox could be updated via ansible? I've tested...

Using `nios_a_record` with `state: absent`, if the record does not exist, the module fails. ```yaml hosts: all tasks: - name: remove A delegate_to: localhost infoblox.nios_modules.nios_a_record: provider: "{{ nios_provider }}" name:...

The current version of nios_next_network.py lookup module does not support IPv6 lookup. I.e. when trying to use from Ansible like this: ``` - name: return next available Network from 2001:1:111:1::0/64...

ansible: 2.10.7 python: 3.6.9 When using the lookup plugin to find the next available network in a supernet that is already exhausted (no room for the requested prefix), the lookup...

How do I exclude a set of IP addresses for host record creation? Can this example be updated to show that? https://github.com/infobloxopen/infoblox-ansible/blob/52f70d454b2efa24117ea33922881580a491168e/plugins/modules/nios_host_record.py#L248 For example, I'd like to exclude first five...

When I run the playbook, it should create the host in infoblox, but it is not working due to the error. $ ansible --version ansible 2.9.13 config file = /root/.ansible.cfg...

https://github.com/infobloxopen/infoblox-ansible/blob/52f70d454b2efa24117ea33922881580a491168e/requirements.txt#L1 When running this in a execution environment I had to add pytz to my requirements.txt file when using the add_host module. It may be with other modules to I...

Hi, I tried to remove fixed address but "absent" seems not work. Ansible runs it properly without errors but address doesn't get deleted. - name: Remove an ipv4 dhcp fixed...