salt/doc/ref/cli/_includes/target-selection-ssh.rst
2016-03-23 14:00:30 -06:00

12 lines
319 B
ReStructuredText

Target Selection
----------------
The default matching that Salt utilizes is shell-style globbing around the
minion id. See https://docs.python.org/2/library/fnmatch.html#module-fnmatch.
.. option:: -E, --pcre
The target expression will be interpreted as a PCRE regular expression
rather than a shell glob.