Cassowary 99f5bff2d8 Add the start of output logging!
bumped to version 0.5.0.

- Fix some typos.
- Make fabtools HostSet save the command output to itself.
- Make the multiball runner save the most recent output.
- (command: /save) Add command to save most recent output to file.
- Add a debug command for development purposes.
2025-08-12 11:20:21 -07:00
2024-03-30 21:08:40 -07:00
2025-02-14 13:25:27 -05:00
2025-01-28 18:43:19 +01:00
2025-02-14 13:25:27 -05:00
2025-05-08 09:47:33 -07:00

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

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 your ssh configuration by default (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.

Installation
-------------------------------------------------

Install dependencies:

* Debian: `sudo apt install python3 python3-venv git make`
* Fedora: `sudo dnf install python3 python3-pip git make`

Clone the repo:

```
git clone https://git.autonomic.zone/autonomic-cooperative/multiball.git
```

Install, including dependencies:

```
cd multiball
make
```
Description
A multi-host parallel execution shell with powerful features.
Readme 96 KiB
Languages
Python 97.9%
Makefile 2.1%