You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2023. It is now read-only.
Right now, if you want to validate configurations on a bunch of devices, they need to be specified either on their own yml or in a master yml file. What would be very useful would be to have an option to use wildcards with device names to get a bunch of devices validated with the same dataset.
Example:
Nodes:
*br*:
DNS:
DNS_Servers: [8.8.8.8]
Would cover any devices that are named:
us-sea-br1
us-sea-br2
but wouldn't cover devices that are named:
us-sea-core1
us-sea-access1
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now, if you want to validate configurations on a bunch of devices, they need to be specified either on their own yml or in a master yml file. What would be very useful would be to have an option to use wildcards with device names to get a bunch of devices validated with the same dataset.
Example:
Would cover any devices that are named:
but wouldn't cover devices that are named:
The text was updated successfully, but these errors were encountered: