24 lines
375 B
YAML
24 lines
375 B
YAML
---
|
|
plugin: netbox.netbox.nb_inventory
|
|
api_endpoint: http://netbox.mgmt.toal.ca
|
|
validate_certs: True
|
|
config_context: True
|
|
flatten_config_context: True
|
|
flatten_custom_fields: True
|
|
interfaces: True
|
|
services: True
|
|
plurals: False
|
|
|
|
group_by:
|
|
- site
|
|
- tag
|
|
- role
|
|
- platform
|
|
- cluster
|
|
|
|
query_filters:
|
|
- tag: ansible
|
|
|
|
#query_filters:
|
|
# - role: network-edge-router
|