ansible_modules icon indicating copy to clipboard operation
ansible_modules copied to clipboard

[Feature]: Implement IP Range Module

Open rodvand opened this issue 4 years ago • 1 comments

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.

rodvand avatar Oct 26 '21 17:10 rodvand

Is there any plans to add this feature? or is there an alternative way to add ipam ranges via ansible? Thanks in advance

shakin89 avatar Apr 03 '24 10:04 shakin89