From 08e0b2f9f1ceda9b658c40f0bd18de34e8844a32 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 12 May 2014 19:40:24 +0100 Subject: [PATCH] README: Note that you can also issue ansible commands against the cluster. --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 0c4e473..affc5fe 100644 --- 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 ---------------------------------------------------------------------- -- 1.8.3.1