orgalorg

Execute SSH commands in parallel across multiple hosts

brewmacoslinux
Try with needOr install directly
Source

About

Parallel SSH commands executioner and file synchronization tool

Commands

orgalorg

Examples

Run a command on multiple servers in parallel$ orgalorg -u user -h host1,host2,host3 'uptime'
Synchronize files to multiple remote servers$ orgalorg -u user -h host1,host2 --copy local_file remote_path
Execute commands from a file on multiple hosts with concurrency limit$ orgalorg -u user -h host1,host2,host3 -c 2 'df -h'