Speed Up Ansible`s NetBox Inventory
NetBox/Ansible Tip: The netbox.netbox.nb_inventory plugin pulls data from multiple NetBox API endpoints. Enable caching and disable unused extra lookups to reduce API calls and improve inventory load times.
Here’s what you need to add to your NetBox inventory plugin file:
# Cache inventory data
cache: True