You've already forked ansible-netbox-inventory
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.
19 lines
146 B
Plaintext
19 lines
146 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
|
|
# Testing
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
|
|
# Configuration
|
|
config.yaml
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|