Add netbox inventory
This commit is contained in:
parent
63ab087645
commit
e33e172336
14
inventory.yml
Normal file
14
inventory.yml
Normal 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'
|
Loading…
Reference in a new issue