diff --git a/inventory.yml b/inventory.yml new file mode 100644 index 0000000..aca6ed2 --- /dev/null +++ b/inventory.yml @@ -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'