network/inventory.yml
Timotej Lazar 99aef43574 exit: add DHCP relay for new server
Really quite shoddy as it is right now. Should get better once the old
server is retired.
2024-07-14 14:51:23 +02:00

17 lines
362 B
YAML

plugin: netbox.netbox.nb_inventory
config_context: true
interfaces: true
flatten_config_context: true
flatten_custom_fields: true
flatten_local_context_data: true
fetch_all: false
plurals: false
device_query_filters:
- has_primary_ip: true
query_filters:
- tenant: 'fri-it'
- role: 'compute-node'
- role: 'firewall'
- role: 'switch'
- role: 'server'