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

nios_next_network added several argument validations added ipv6 container support #134

Add the support for the next IPv6 network from a IPv6 container. This would close the issue https://github.com/infobloxopen/infoblox-ansible/issues/133

Based on the [community decision](https://github.com/ansible-community/community-topics/discussions/120) to use `true/false` for boolean values in documentation and examples, we ask that you evaluate booleans in this collection and consider changing any that do...

(something went wrong with the merge request, previous one got closed - here's a new one that should be up to date and easier to merge) ------------------------------------------------------------------------------------- Herewith the suggestion...

Hello, Will be possible to assign Vlans to networks with this module? Thanks!

Hello, Are you planning to add new modules? For example: create vlans, vlan ranges, vlan view, grid properties, etc? Thanks!

I cannot delete networks from Infoblox using: ``` - name: Remove 192.168.1.0/30 infoblox.nios_modules.nios_network: network: 192.168.1.0/30 state: absent provider: "{{nios_provider}}" ``` The tasks is executed successfully ([OK]) but no actual change...

Add the associated VLAN list when creating a network. For example : ``` nios_network: provider: "{{ipam_provider}}" network: "10.0.0.0/27" state: present vlans: - vlan: "{{lookup('nios', 'vlan', filter={'id':123}, provider=ipam_provider)._ref}}" - vlan: "{{lookup('nios',...

When using the nios_host_record module with a host record that contains an `alias` parameter, the module, when run, always shows the resulting play/task as changed. If no `alias` is present,...