Hi
I'm wondering if you get a way to resolve this issue. if yes please post resolution steps. Thanks
Regards
Sathish
--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
For more options, visit https://groups.google.com/d/optout.
HelloI'm new with Rundeck and completely amezed with it and I'm trying to execute a job and my scenario is detailed bellow:- Rundeck is configured with ssh password less authentication for user master.between node Server (rundeck server) and node Target (remote Solaris host)for user "master"- In node Target I want to execute a script /app/acme/stopApp.sh with a user appmanager- Normally and manually, when I need to run script above I proceed withssh master@serversudo su - appmanageror simplyssh -t master@server 'sudo su - appmanager'works without password and finally run (as appmanager)/app/acme/stopApp.shBut I'm not realize how can I reproduce these steps using Rundeck. I read in some previousmessages that for each job line rundeck use a new ssh connection, so the workflow bellowalways fails for me with the messages:sudo: no tty present and no askpass program specifiedRemote command failed with exit status 1Please someone could help me with some information to solve this issue.Without this functionality I wouldn't be able to introduce a little DevOpsin my department.I read the user guide and admin guide but I couldn't find an easy example,neither in this forum, to follow.I will appreciate your help.
$ sudo visudo
Add this line at the end:
rundeck ALL=(ALL) NOPASSWD: ALL
Ctrl-X to leave, save your changes, and you're done!