Skip host updates #139
Answered
by
bb-Ricardo
jhammond-git
asked this question in
Q&A
-
Is there a way to skip updates to hosts in Netbox. In other words, only create/update VMs. |
Beta Was this translation helpful? Give feedback.
Answered by
bb-Ricardo
Feb 1, 2022
Replies: 2 comments 1 reply
-
Hi, Yes this is quite easy. Just exclude all hosts like in this example. # This will only include/exclude the host, not the VM if Host is part of a multi host
# cluster.
host_exclude_filter = .*
#host_include_filter = |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jhammond-git
-
Huh. I thought I had done that but must have gotten it wrong. Thank you! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Yes this is quite easy. Just exclude all hosts like in this example.