infobloxopen / infoblox-ansible

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

Added support for assigning vlans in module nios_network.py #171

Open edeka-spatt opened 1 year ago

edeka-spatt commented 1 year ago

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 vlan view or vlan range.
Unassining VLANs is currently not supportet (state: absent removes the whole network).

Also informing #44, maybe assigning vlans is enough.

edeka-spatt commented 1 year ago

Ref #167

jbisabel commented 9 months ago

@JkhatriInfobox will this PR and #170 also be merged for the next release?