target-selection-ssh.rst 319 B

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