ansible_modules
ansible_modules copied to clipboard
[Feature]: Implement IP Range Module
ISSUE TYPE
- Feature Idea
SOFTWARE VERSIONS
Netbox:
Model IP Range is available in NetBox 3.0+
Model as described in api/docs in NetBox:
{
"start_address": "string",
"end_address": "string",
"vrf": 0,
"tenant": 0,
"status": "active",
"role": 0,
"description": "string",
"tags": [
{
"name": "string",
"slug": "string",
"color": "string"
}
],
"custom_fields": {}
}
SUMMARY
Should implement the IP Range feature as an ansible module.
Is there any plans to add this feature? or is there an alternative way to add ipam ranges via ansible? Thanks in advance