forked from ungleich-public/cdist
Document config/install -R option.
This commit is contained in:
parent
59782ad64e
commit
1fa37566cb
1 changed files with 16 additions and 6 deletions
|
@ -17,16 +17,18 @@ SYNOPSIS
|
||||||
|
|
||||||
cdist config [-h] [-q] [-v] [-b] [-C CACHE_PATH_PATTERN] [-c CONF_DIR]
|
cdist config [-h] [-q] [-v] [-b] [-C CACHE_PATH_PATTERN] [-c CONF_DIR]
|
||||||
[-i MANIFEST] [-j [JOBS]] [-n] [-o OUT_PATH]
|
[-i MANIFEST] [-j [JOBS]] [-n] [-o OUT_PATH]
|
||||||
[-r REMOTE_OUT_DIR] [--remote-copy REMOTE_COPY]
|
[-R [{tar,tgz,tbz2,txz}]] [-r REMOTE_OUT_DIR]
|
||||||
[--remote-exec REMOTE_EXEC] [-I INVENTORY_DIR] [-A] [-a]
|
[--remote-copy REMOTE_COPY] [--remote-exec REMOTE_EXEC]
|
||||||
[-f HOSTFILE] [-p [HOST_MAX]] [-s] [-t]
|
[-I INVENTORY_DIR] [-A] [-a] [-f HOSTFILE] [-p [HOST_MAX]]
|
||||||
|
[-s] [-t]
|
||||||
[host [host ...]]
|
[host [host ...]]
|
||||||
|
|
||||||
cdist install [-h] [-q] [-v] [-b] [-C CACHE_PATH_PATTERN] [-c CONF_DIR]
|
cdist install [-h] [-q] [-v] [-b] [-C CACHE_PATH_PATTERN] [-c CONF_DIR]
|
||||||
[-i MANIFEST] [-j [JOBS]] [-n] [-o OUT_PATH]
|
[-i MANIFEST] [-j [JOBS]] [-n] [-o OUT_PATH]
|
||||||
[-r REMOTE_OUT_DIR] [--remote-copy REMOTE_COPY]
|
[-R [{tar,tgz,tbz2,txz}]] [-r REMOTE_OUT_DIR]
|
||||||
[--remote-exec REMOTE_EXEC] [-I INVENTORY_DIR] [-A] [-a]
|
[--remote-copy REMOTE_COPY] [--remote-exec REMOTE_EXEC]
|
||||||
[-f HOSTFILE] [-p [HOST_MAX]] [-s] [-t]
|
[-I INVENTORY_DIR] [-A] [-a] [-f HOSTFILE] [-p [HOST_MAX]]
|
||||||
|
[-s] [-t]
|
||||||
[host [host ...]]
|
[host [host ...]]
|
||||||
|
|
||||||
cdist inventory [-h] [-q] [-v] [-b] [-I INVENTORY_DIR]
|
cdist inventory [-h] [-q] [-v] [-b] [-I INVENTORY_DIR]
|
||||||
|
@ -172,6 +174,14 @@ Configure/install one or more hosts.
|
||||||
maximum hosts at a time. Without argument CPU count is
|
maximum hosts at a time. Without argument CPU count is
|
||||||
used by default.
|
used by default.
|
||||||
|
|
||||||
|
.. option:: -R [{tar,tgz,tbz2,txz}], --use-archiving [{tar,tgz,tbz2,txz}]
|
||||||
|
|
||||||
|
Operate by using archiving with compression where
|
||||||
|
apropriate. Supported values are: tar - tar archive,
|
||||||
|
tgz - gzip tar archive (the default), tbz2 - bzip2 tar
|
||||||
|
archive and txz - lzma tar archive.
|
||||||
|
|
||||||
|
|
||||||
.. option:: -r REMOTE_OUT_PATH, --remote-out-dir REMOTE_OUT_PATH
|
.. option:: -r REMOTE_OUT_PATH, --remote-out-dir REMOTE_OUT_PATH
|
||||||
|
|
||||||
Directory to save cdist output in on the target host
|
Directory to save cdist output in on the target host
|
||||||
|
|
Loading…
Reference in a new issue