servers/inventory.yml

16 lines
272 B
YAML
Raw Normal View History

2023-07-19 12:30:56 +00:00
plugin: netbox.netbox.nb_inventory
fetch_all: no
interfaces: yes
plurals: false
group_by:
- location
- rack
2023-10-26 07:27:32 +00:00
- tag
2023-07-19 12:30:56 +00:00
device_query_filters:
- has_primary_ip: true
query_filters:
- tenant: 'fri-it'
- role: 'compute-node'
- role: 'storage-node'
- role: 'switch'