feat: configuration loading and netbox api client

config.yaml next to the script (or $NETBOX_INVENTORY_CONFIG) with environment
variable overrides, requests session with token auth, paginated list fetching
and readable error reporting.
This commit is contained in:
2026-08-25 13:09:09 +02:00
parent 44e7dd50b5
commit 7912dacf95
4 changed files with 231 additions and 0 deletions

15
config.yaml.example Normal file
View File

@@ -0,0 +1,15 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2026 Bryan Joshua Pedini
netbox:
url: "https://netbox.example.com"
token: "0123456789abcdef0123456789abcdef01234567"
verify_ssl: true
timeout: 30
inventory:
# where to get the hosts from: ip-addresses | virtual-machines
source: "ip-addresses"
# optional filter, see README.md for the full list
filter: ""
filter_value: ""