salt/doc/ref/cli/_includes/target-selection-ssh.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
318 B
ReStructuredText
Raw Normal View History

2016-03-23 14:00:30 -06:00
Target Selection
----------------
The default matching that Salt utilizes is shell-style globbing around the
2021-01-13 12:55:50 -06:00
minion id. See https://docs.python.org/3/library/fnmatch.html#module-fnmatch.
2016-03-23 14:00:30 -06:00
.. option:: -E, --pcre
The target expression will be interpreted as a PCRE regular expression
rather than a shell glob.