Compare commits
2 Commits
c5678b5f46
...
12d52179fd
Author | SHA1 | Date | |
---|---|---|---|
12d52179fd | |||
41250ee68b |
14
README.txt
14
README.txt
@ -7,9 +7,17 @@
|
|||||||
Run commands across a set of hosts interactively!
|
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,
|
Basic configuration file is in `multiball.cfg.example` in the distribution. Customize to your liking.
|
||||||
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).
|
|
||||||
|
|
||||||
|
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.
|
Planned features, see __main__.py's comments.
|
||||||
|
|
||||||
|
Installation
|
||||||
|
-------------------------------------------------
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://git.autonomic.zone/autonomic-cooperative/multiball.git
|
||||||
|
cd multiball
|
||||||
|
pip install .
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user