forked from ungleich-public/cdist
Add hostfile format to cdist man page.
This commit is contained in:
parent
7aa4b2d40a
commit
72505e0f5f
1 changed files with 10 additions and 1 deletions
|
@ -82,7 +82,7 @@ Configure one or more hosts.
|
||||||
Read additional hosts to operate on from specified file
|
Read additional hosts to operate on from specified file
|
||||||
or from stdin if '-' (each host on separate line).
|
or from stdin if '-' (each host on separate line).
|
||||||
If no host or host file is specified then, by default,
|
If no host or host file is specified then, by default,
|
||||||
read hosts from stdin.
|
read hosts from stdin. For the file format see below.
|
||||||
|
|
||||||
.. option:: -i MANIFEST, --initial-manifest MANIFEST
|
.. option:: -i MANIFEST, --initial-manifest MANIFEST
|
||||||
|
|
||||||
|
@ -117,6 +117,15 @@ Configure one or more hosts.
|
||||||
|
|
||||||
Command to use for remote execution (should behave like ssh)
|
Command to use for remote execution (should behave like ssh)
|
||||||
|
|
||||||
|
|
||||||
|
HOSTFILE FORMAT
|
||||||
|
~~~~~~~~~~~~~~~
|
||||||
|
HOSTFILE contains hosts per line.
|
||||||
|
All characters after and including '#' until the end of line is a comment
|
||||||
|
and is stripped away.
|
||||||
|
Empty lines and comment lines (line that starts with '#') are skipped.
|
||||||
|
|
||||||
|
|
||||||
SHELL
|
SHELL
|
||||||
-----
|
-----
|
||||||
This command allows you to spawn a shell that enables access
|
This command allows you to spawn a shell that enables access
|
||||||
|
|
Loading…
Reference in a new issue