taktuk

Deploy commands to remote nodes efficiently in parallel

brewmacoslinux
Try with needOr install directly
Source

About

Deploy commands to (a potentially large set of) remote nodes

Commands

taktuk

Examples

Execute a command on multiple remote hosts$ taktuk -l user -m host1,host2,host3 exec [ echo 'Hello from remote' ]
Copy a file to multiple remote nodes$ taktuk -l user -m host1,host2 put [ /local/file /remote/path ]
Execute commands with custom SSH options and timeout$ taktuk -l user -m @hostfile -s 'ssh -p 2222' exec [ whoami ]