A multi-host parallel execution shell with powerful features.
Go to file
Cassowary Rusnov e090c4465d Add some notes about wanted improvements 2024-03-31 09:53:14 -07:00
multiball Add some notes about wanted improvements 2024-03-31 09:53:14 -07:00
.gitignore Add some multiball specific stuff to .gitignore 2024-03-30 21:11:52 -07:00
LICENCE Port to fabric2; add example config 2024-03-30 21:08:40 -07:00
README.txt Document things a bit more! 2024-03-30 21:19:47 -07:00
config.yml Initial checkin for fixing up multiball 2024-03-26 09:25:37 -07:00
multiball.cfg.example Document things a bit more! 2024-03-30 21:19:47 -07:00
pyproject.toml Document things a bit more! 2024-03-30 21:19:47 -07:00

README.txt

 __  __       _ _   _ _           _ _ _ _ 
|  \/  |_   _| | |_(_) |__   __ _| | | | |
| |\/| | | | | | __| | '_ \ / _` | | | | |
| |  | | |_| | | |_| | |_) | (_| | | |_|_|
|_|  |_|\__,_|_|\__|_|_.__/ \__,_|_|_(_|_)

Run commands across a set of hosts interactively!
=================================================

Basic configuration file is in multiball.cfg.example in the distribution. Customize to your liking. Host list is loaded from,
by default, your ssh configuration (assuming you have a specific ssh configuration for your all hosts like Autonomic has). You
can also use arbitrary host lists (documented in configuration file).


Planned features, see __main__.py's comments.