This commit is contained in:
2025-08-26 14:45:34 +02:00
parent 801f34368a
commit a06dda04a3

View File

@@ -4,6 +4,10 @@ validate_certs: false
# tells the netbox-plugin to NOT call-config contexts out of Netbox. (takes more time and is not used here)
config_context: false
# For this Repository we only want our code to run against systems with a Tag named "linux"
query_filters:
- tag: linux
# Filter just for "active" Devices and filter out deactivaed, templates etc.
device_query_filters:
- has_primary_ip: true