This is a list of filters to optionally filter the nodes on which your Rundeck will run.
You can specify which node to include using a single value, a list of values,
or a regular expression (for example the .* pattern will match any text) as the argument to the following options.
Inclusion filters
This field should be written in the Java-Properties format, 1 option per line : key=value.
You can use Jenkins environment variables ($JOB_NAME, $WORKSPACE, etc) or System environment variables ($OSTYPE, $USER, etc) in your values,
and we will expand them when notifying Rundeck.
Example :
name = .* tags = web+prod exclude-os-family = windows