Skip all VMs #67
-
Is it possible to skip importing all VMs for a vCenter? I tried vm_exclude_filter = * but it dodn't seem to like that. |
Beta Was this translation helpful? Give feedback.
Answered by
bb-Ricardo
May 21, 2021
Replies: 2 comments
-
Hi, Yeas that's possible. You had it almost right. Because these are regular expressions you need to add a dot and then it would look like this:
This should exclude all VMs. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vdudejon
-
Thanks! That did it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Yeas that's possible. You had it almost right. Because these are regular expressions you need to add a dot and then it would look like this:
This should exclude all VMs.