infobloxopen / infoblox-ansible

Ansible modules for interfacing to Infoblox systems
GNU General Public License v3.0
54 stars 60 forks source link

feat: Add nios network range support #151

Closed matthewdennett closed 1 year ago

matthewdennett commented 1 year ago

This MR aims to add the functionality to manage Nios Network range objects.

Some modification of the ranged member definition was required for it to alight with what the API expects. This is done with the addition of a function in the api.py file. def convert_range_member_to_struct(member_spec):

matthewdennett commented 1 year ago

As requested by @hemanthKa677 this PR is being closed. The changes have been submitted as part of PR #152