|
|
|
@ -82,7 +82,7 @@ Configure one or more hosts. |
|
|
|
|
Read additional hosts to operate on from specified file |
|
|
|
|
or from stdin if '-' (each host on separate line). |
|
|
|
|
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 |
|
|
|
|
|
|
|
|
@ -117,6 +117,20 @@ Configure one or more hosts. |
|
|
|
|
|
|
|
|
|
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. |
|
|
|
|
In a line, all leading and trailing whitespace characters are ignored. |
|
|
|
|
Empty lines are ignored/skipped. |
|
|
|
|
|
|
|
|
|
Hostfile line is processed like the following. First, all comments are |
|
|
|
|
removed. Then all leading and trailing whitespace characters are stripped. |
|
|
|
|
If such a line results in empty line it is ignored/skipped. Otherwise, |
|
|
|
|
host string is used. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SHELL |
|
|
|
|
----- |
|
|
|
|
This command allows you to spawn a shell that enables access |
|
|
|
|