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

Ansible modules for interfacing to Infoblox systems

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

I am trying to create a new network using the nios_network and when I use the members parameter to specify the name of my internal name servers using the members...

This PR adds support for additional types of Name Server Groups. The [original nsgroup module](https://github.com/infobloxopen/infoblox-ansible/blob/master/ansible_collections/infoblox/nios_modules/plugins/modules/nios_nsgroup.py) only handles Authoritative type. This PR also modifies the description of the original `nsgroup` module...

**Summary** When using the infoblox.nios_modules.nios_network, for certain DHCP options router and 42, I am getting the errors: Option router can not have a use_option flag Option ntp-servers can not have...

### required function parameter missing: member_order ### Whatever I try, the module «infoblox.nios_modules.nios_restartservices» always throws an error: ``` The full traceback is: File "/tmp/ansible_infoblox.nios_modules.nios_restartservices_payload_3i4ulbf1/ansible_infoblox.nios_modules.nios_restartservices_payload.zip/ansible_collections/infoblox/nios_modules/plugins/module_utils/api.py", line 209, in _invoke_method return method(*args,...

The collection does not contain tags so adding some tags that are relevant to the collection would be good to better improve search results/show use case. The list of tags...

_From @martinberg on Aug 07, 2020 13:36_ ##### SUMMARY It doesn't seem to be possible to change the ip of a host record with nios_host_record. Ansible returns an error that...

Using this task: ``` - name: configure ipv4 dhcp fixed address based on existing lease nios_fixed_address: name: "{{ilo}}" ipaddr: "{{ lease.address }}" mac: "{{ lease.hardware }}" network: "{{lease.network }}" network_view:...

The nios_dtc_pool and nios_dtc_lbdn modules currently allow to choose `TOPOLOGY` as `lb_preferred_method` and `lb_method`. However specifying this errors out because you can't pass the actual topology that the pool/lbdn should...

Hi all, is there a way to add health monitors to a DTC server? I see there is an option with the modules to attach a health monitor to a...

Is there any version of this module that does not require the "infoblox-client" python code/library? Attempting to use this module within any playbooks that are executed in Ansible Automation Platform...