[Infrastructure]: Setup netbox for inventory tracking #63

Open
opened 2024-03-22 23:30:10 +00:00 by label · 1 comment
Owner

Netbox was initially used as a bootstrap to determine how to setup the initial AWS infrastructure, what subnets to use, and so on. However, it was never officially setup in the environment due to a tight window.

This issue is to track the Netbox setup for ansible's inventory needs.

Netbox was initially used as a bootstrap to determine how to setup the initial AWS infrastructure, what subnets to use, and so on. However, it was never officially setup in the environment due to a tight window. This issue is to track the Netbox setup for ansible's inventory needs.
label added the
task
label 2024-03-22 23:30:10 +00:00
label self-assigned this 2024-03-22 23:30:10 +00:00
neil was assigned by label 2024-03-22 23:30:10 +00:00
tgo was assigned by label 2024-03-22 23:30:10 +00:00
label added this to the RESF Infrastructure Automation Modernization project 2024-03-22 23:30:10 +00:00
label added the
priority
high
label 2024-03-22 23:32:53 +00:00
Author
Owner

Example inventory config for netbox. Can be extended.

plugin: netbox.netbox.nb_inventory
api_endpoint: https://netbox.angelsofclockwork.net
token: bullshitasstoken
validate_certs: false
config_context: false
group_by:
  - device_roles
  - platforms
  - tags
  - tag
  - sites
  - site
  - location
query_filters:
  - status: "active"
Example inventory config for netbox. Can be extended. ``` plugin: netbox.netbox.nb_inventory api_endpoint: https://netbox.angelsofclockwork.net token: bullshitasstoken validate_certs: false config_context: false group_by: - device_roles - platforms - tags - tag - sites - site - location query_filters: - status: "active" ```
Sign in to join this conversation.
No description provided.