netbox-community / ansible_modules

NetBox modules for Ansible using Ansible Collections
GNU General Public License v3.0
332 stars 214 forks source link

[Feature]: Add new parameters from NetBox 3.2 #767

Open rodvand opened 2 years ago

rodvand commented 2 years ago

NetBox version

v.3.2.0

Feature type

Change to existing Module

Proposed functionality

From NetBox 3.2 release docs:

Dependant on a netbox_module module https://github.com/netbox-community/ansible_modules/issues/769:

Some of these should be simple to add to existing modules, while others (like the module functionality) will need more work. I am sure that some of these require more work and will be split out into separate issues, but this issue should handle all the "small" adjustments at least.

Use case

NetBox 3.2 :)

External dependencies

No response

ThomasADavis commented 2 years ago

Missing speed and duplex on dcim.Interface

Local testing shows they are easy to add..