finish manpage for cdist-mass-deploy
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
1973ac0787
commit
7e1b7614b1
1 changed files with 41 additions and 0 deletions
41
doc/man/man1/cdist-mass-deploy.text
Normal file
41
doc/man/man1/cdist-mass-deploy.text
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
cdist-mass-deploy(1)
|
||||||
|
====================
|
||||||
|
Nico Schottelius <nico-cdist--@--schottelius.org>
|
||||||
|
|
||||||
|
|
||||||
|
NAME
|
||||||
|
----
|
||||||
|
cdist-mass-deploy - Deploy configuration to many hosts
|
||||||
|
|
||||||
|
|
||||||
|
SYNOPSIS
|
||||||
|
--------
|
||||||
|
cdist-mass-deploy [-p] HOSTNAME [HOSTNAME ...]
|
||||||
|
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
-----------
|
||||||
|
cdist-mass-deploy is essentially a wrapper around cdist-deploy-to to
|
||||||
|
be able to deploy to many hosts on one command line.
|
||||||
|
|
||||||
|
|
||||||
|
EXAMPLES
|
||||||
|
--------
|
||||||
|
Deploy in parallel to all hosts specfied in the dsh group configuration ikr,
|
||||||
|
which is prefixed by "root@":
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
cdist-mass-deploy -p $(cat ~/.dsh/group/ikr | sed 's/^root@//')
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
SEE ALSO
|
||||||
|
--------
|
||||||
|
- cdist(7)
|
||||||
|
- cdist-deploy-to(1)
|
||||||
|
|
||||||
|
|
||||||
|
COPYING
|
||||||
|
-------
|
||||||
|
Copyright \(C) 2010-2011 Nico Schottelius. Free use of this software is
|
||||||
|
granted under the terms of the GNU General Public License version 3 (GPLv3).
|
Loading…
Reference in a new issue