Hi, I have a ruby script which I tested locally on my machine, I want to execute it on three remote servers, Is there a way to execute it remotely without connecting to every machine and executing it Or Can I use a master server to run the script on the three machines, by connecting to only one server rgds