feat(netbox): add custom field, VLAN, and prefix initializers (Phase 1.1-1.4)
This commit is contained in:
10
netbox/initializers/vlans.yml
Normal file
10
netbox/initializers/vlans.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
# NetBox VLAN Definitions
|
||||
# Scope: VLANs used by the VM provisioning pipeline
|
||||
#
|
||||
# Additional VLANs can be added as pipeline scope expands.
|
||||
|
||||
vlans:
|
||||
- name: Server Trusted
|
||||
vid: 71
|
||||
status: active
|
||||
description: Infrastructure services and VM hosts (10.1.71.0/24)
|
||||
Reference in New Issue
Block a user