Document things a bit more!

This commit is contained in:
2024-03-30 21:19:47 -07:00
parent d05e8fe31a
commit ca6f2c2655
4 changed files with 19 additions and 3 deletions

View File

@ -5,3 +5,11 @@
|_| |_|\__,_|_|\__|_|_.__/ \__,_|_|_(_|_)
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.