git.annexia.org
/
mclu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a55aed
)
README: Note that you can also issue ansible commands against the cluster.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 12 May 2014 18:40:24 +0000
(19:40 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 12 May 2014 18:40:24 +0000
(19:40 +0100)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index
0c4e473
..
affc5fe
100644
(file)
--- a/
README
+++ b/
README
@@
-29,6
+29,12
@@
Example commands
mclu info Print general configuration information
mclu --help Print help on all commands
+Since the mclu cluster is based on an ansible "hosts group", you can
+also issue ansible commands, eg:
+
+ ansible cluster -u root -a "yum -y update" Upgrade all nodes in the cluster
+ ansible cluster -m ping Ping all nodes
+
Configuration notes
----------------------------------------------------------------------