Execute commands in parallel across multiple remote hosts
Dancer's shell, or distributed shell
dsh
$ dsh -a uptime
$ dsh -m 'web*' 'systemctl status nginx'
$ dsh -g production 'df -h /'