/
githubmirror
/
salt
Обзор
Документация
Войти
/
githubmirror
/
salt
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
doc/ref/cli/_includes/extended-target-selection.rst
17 строк
726 B
Pedro Algarvio
Add a few more nice to have hooks
07 фев 2023, 10:10
07 фев 2023, 10:10
6c81943
Код
Авторство
О чём код?
.. option:: -C, --compound Utilize many target definitions to make the call very granular. This option 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. .. option:: -I, --pillar 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 a glob expression: "role:production*" .. option:: -S, --ipcidr Match based on Subnet (CIDR notation) or IPv4 address.