Add netbox inventory

This commit is contained in:
Timotej Lazar 2023-07-19 14:30:56 +02:00
parent 63ab087645
commit e33e172336

14
inventory.yml Normal file
View file

@ -0,0 +1,14 @@
plugin: netbox.netbox.nb_inventory
fetch_all: no
interfaces: yes
plurals: false
group_by:
- location
- rack
device_query_filters:
- has_primary_ip: true
query_filters:
- tenant: 'fri-it'
- role: 'compute-node'
- role: 'storage-node'
- role: 'switch'