You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rundeck-discuss
Hello,
I have a shell script shell-script.sh that needs to be run on linux server01/02/03. I have put a copy of that shell script on all these three servers. Is there a way this could be achieved using Rundeck console?
Thank you,
Raja Shravan
Peter Garlic
unread,
Oct 14, 2016, 3:44:11 AM10/14/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rundeck-discuss
Hi Raja you can run your scripts as any other system command. Can you run a "ls" on remote servers? if yes you can run any kind of command, script, etc.
Put them on on path of your remote user or give the absolute path and be shure to have the right access and execution rights of files.
-Peter
P.s. maybe you can also transfer the script on a rundeck job as a "script step"