2013-08-10 10:27:31 +01:00
|
|
|
.. option:: -C, --compound
|
|
|
|
|
|
|
|
Utilize many target definitions to make the call very granular. This option
|
2013-08-10 22:32:58 -07:00
|
|
|
takes a group of targets separated by ``and`` or ``or``. The default matcher is a
|
|
|
|
glob as usual. If something other than a glob is used, preface it with the
|
|
|
|
letter denoting the type; example: 'webserv* and G@os:Debian or E@db*'
|
|
|
|
Make sure that the compound target is encapsulated in quotes.
|
2013-08-10 10:27:31 +01:00
|
|
|
|
|
|
|
.. option:: -I, --pillar
|
2014-12-10 19:37:07 -08:00
|
|
|
|
2013-08-10 22:32:58 -07:00
|
|
|
Instead of using shell globs to evaluate the target, use a pillar value to
|
|
|
|
identify targets. The syntax for the target is the pillar key followed by
|
2013-08-10 10:27:31 +01:00
|
|
|
a glob expression: "role:production*"
|
|
|
|
|
|
|
|
.. option:: -S, --ipcidr
|
|
|
|
|
2023-02-06 19:32:11 +00:00
|
|
|
Match based on Subnet (CIDR notation) or IPv4 address.
|