|
[root@salt02 home]# salt-call-h
Usage: salt-call [options]<function> [arguments]
Salt call is used to executemodule functions locally on a minion
Options:
--version show program's versionnumber and exit
--versions-report show program's dependencies version numberand exit
-h, --help show this help message and exit
--saltfile=SALTFILE Specify the path to a Saltfile. If notpassed, one
will be searched for inthe current working directory
-c CONFIG_DIR, --config-dir=CONFIG_DIR
Pass in an alternativeconfiguration directory.
Default: /etc/salt
--hard-crash Raise any original exception ratherthan exiting
gracefully Default:False
-g, --grains Return the information generated bythe salt grains
-m MODULE_DIRS, --module-dirs=MODULE_DIRS
Specify an additionaldirectory to pull modules from.
Multiple directoriescan be provided by passing `-m
/--module-dirs`multiple times.
-d, --doc, --documentation
Return thedocumentation for the specified module or
for all modules if noneare specified.
--master=MASTER Specify the master to use. The minionmust be
authenticated with themaster. If this option is
omitted, the masteroptions from the minion config
will be used. If multimasters are set up the first
#以下省略N多行 |
|