dsh

Execute commands in parallel across multiple remote hosts

brewmacoslinux
Try with needOr install directly
Source

About

Dancer's shell, or distributed shell

Commands

dsh

Examples

Run a command on all hosts in the default group$ dsh -a uptime
Execute command on specific hosts matching a pattern$ dsh -m 'web*' 'systemctl status nginx'
Run interactive shell on multiple hosts with output$ dsh -g production 'df -h /'