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

Please add the option to enable ddns_protect on a hostrecord. Could be something like this: ``` - name: Create an IPv4 host record infoblox.nios_modules.nios_host_record: name: "{{ servername }}" ipv4: -...

Hey, Would it be possible to add `max_results` and `http_request_timeout` as parameters in the nios_lookup? I was trying to fetch all the records on Infoblox and the at first it...

see https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_module_defaults.html#module-defaults-groups This would allow setting certain parameters (i.e. provider/credentials) on playbook level using `module_defaults:` ``` # collections/ansible_collections/infoblox/nios_modules/meta/runtime.yml action_groups: api_calls: - nios_srv_record - nios_aaaa_record - other_module - [...] ``` would...

I want to remove an A record. I don't care what the address on it is, I just want the record(s) gone. ```yaml - name: remove A delegate_to: localhost infoblox.nios_modules.nios_a_record:...

Hi, Is there a way we can inherit EAs from parent network while creating a host record. I tried use_for_ea_inheritance: true but getting this error, was under impression NIOS inheriting...

I am trying to use the inventory plugin connected to our infoblox device. I issue this command `$ ansible-inventory --list -i infoblox.yaml` and I expect to get a list of...

Is it possible that there comes an field/var for the dhcp_client_identifier option for a ipv4 or ipv6 reservation? In the API of Infoblox it's already possible. Please give an example...

Currently there is no module to handle the management of extensible attributes.

Hi! I am new to this world, I am trying to develop some modules that I need for my work. I need some help please. My issue is: ![Screenshot 2022-01-31...