ansible_modules
ansible_modules copied to clipboard
[Feature]: support related_object_type on custom field
NetBox version
v4.0.5
Feature type
Change to existing Module
Proposed functionality
Add possibility to create and update custom field of type object on NetBox >= 4.0.0.
Testing with added:
related_object_type=dict(required=False, type="str"),
to the file
plugins/modules/netbox_cusom_filed.py
seems to woork.
Use case
It will make it possible to creaste and update custom fields of type object using Ansible when using NetBox >= 4.0.0
External dependencies
None