Configuration to pick username and password from Rundeck 'option'
Closed this issue · 1 comments
vijaykookkal commented
I use the following in my rundeck resource file to pick username/passwd from options.
ssh-authentication="password" ssh-password-option="option.sshPassword" username="${option.sshUsername}"
How do I achieve that in Chef-Rundeck. ?
leftathome commented
The -u switch should handle this for you. Note that chef-rundeck does not parse your RunDeck project.properties file (or in fact depend on RunDeck in any way).