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

This PR is to add the functionality of managing extensible attributes. - [x] Examples added to module - [x] Documentation added to module This will address feature request: https://github.com/infobloxopen/infoblox-ansible/issues/179

Using infoblox.nios_modules 1.5.0 Create a host, (not using nios_next_ip because per #63 which has been open since 2019, it is not idempotent) ```yaml - name: Create ansible-test DNS record infoblox.nios_modules.nios_host_record:...

If I create a host record using the nios_next_ip option for the address subsequent runs throw and error that the record already exists. This was reported prior to the great...

Added a module for creating, deleting and updating vlans. Supports all fields from the wapi. Supports parents for vlan view and vlan range. Unit Tests are still missing, however i...

Create or update networks and assign vlans. Either vlan name or id are required. Parent is optional (defaults to the predefined vlan view `default`). Assign a vlan from a specific...

I am developing an Ansible Playbook automating IPAM. While using the infoblox.nios_modules I noticed a weird behaviour. After creating a hostrecord with an IP-address x and a hostname, I executed...

I am developing an Ansible Playbook automating IPAM. While using the infoblox.nios_modules I noticed a weird behaviour. After creating a hostrecord with an IP-address x and a hostname, I executed...

This parameter add use_range parameter to nios_next_ip lookup plugin. With this parameter set to true, the plugin will return first available IP from the network range, assigned to the network....

See: https://github.com/infobloxopen/infoblox-ansible/blob/b0401ab535e56f14ec8329a0fdae3c54369245d6/plugins/module_utils/api.py#L88C4-L88C4 This should be `INFOBLOX_MAX_RESULTS` or something like that.