in reply to RFC and Questions regarding a module to automate and centralize infrastructure administration
I've written a module, nascent, that makes it a little easier to execute a list of commands on a group of servers. Basically I create an array of servers, which I refer to as contexts in the code, each of which has an array of commands and all the commands get executed in all the contexts and all the output is gathered and returned for processing.
That's very similar to what Net::OpenSSH::Parallel does. The mayor difference is that it doesn't capture the output directly, you have to save it into files that you can read afterwards for processing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: RFC and Questions regarding a module to automate and centralize infrastructure administration
by cbeckley (Curate) on Mar 26, 2017 at 14:31 UTC | |
by salva (Canon) on Mar 27, 2017 at 07:53 UTC |