netbox-community / ansible_modules

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

[Feature]: netbox_device_interface_template doesn't have label, description, enabled #1333

Open xocoru opened 1 week ago

xocoru commented 1 week ago

NetBox version

v4.1.3

Feature type

Change to existing Module

Proposed functionality

netbox_device_interface_template

FAILED! => {"changed": false, "msg": "Unsupported parameters for (netbox.netbox.netbox_device_interface_template) module: data.label. Supported parameters include: device_type, mgmt_only, name, poe_mode, poe_type, type."}

It seams that such attributes as label, description are not implemented yet

Use case

It is impossible to set attributes like label, description, and enable via Ansible, but it exists in UI.

External dependencies

No response

xocoru commented 1 week ago

![Uploading Screenshot 2024-10-04 at 12.42.18.png…]()