1
0

extended-target-selection.rst 725 B

1234567891011121314151617
  1. .. option:: -C, --compound
  2. Utilize many target definitions to make the call very granular. This option
  3. takes a group of targets separated by ``and`` or ``or``. The default matcher is a
  4. glob as usual. If something other than a glob is used, preface it with the
  5. letter denoting the type; example: 'webserv* and G@os:Debian or E@db*'
  6. Make sure that the compound target is encapsulated in quotes.
  7. .. option:: -I, --pillar
  8. Instead of using shell globs to evaluate the target, use a pillar value to
  9. identify targets. The syntax for the target is the pillar key followed by
  10. a glob expression: "role:production*"
  11. .. option:: -S, --ipcidr
  12. Match based on Subnet (CIDR notation) or IPv4 address.