Closed atheiman closed 7 years ago
Got this working with both of the following search syntax:
chef_environment:my_environment roles:(.*role_one.*|.*another_role.*|.*third_role.*)
chef_environment:my_environment roles:.*(role_one|another_role|third_role).*
Not sure what I was doing wrong before...
Hope this helps anyone who finds this, I didnt see it documented very well in http://rundeck.org/docs/manual/nodes.html#node-filtering
Issue type: Bug report/Enhancement Request
My Rundeck detail
How do I filter nodes based on an
OR
search. I've tried the following with no luck. Am I close on any of these or does this functionality not exist?