Hi,
I am in "10.10.10.11" server. named rundeck.
In the "10.10.10.11" i am the testuser with testpassword.(not ssh key. Its password authentication)
That is my control machine.
That server contains rundeck configurations.
That server have the file named hosts which is the ansible inventory file.
That hosts file having only one server "11.11.11.12". This also having testuser,testpassword.
By using my control machine, I entered into rundeck UI with default username and password.(admin)
Now my work in rundeck UI is
1. created one project.
2. configured the source as ansible inventory file which I mention already as hosts.
3. set password authentication as password with ssh password "testpassword" in node level.
4. Run a command "mkdir /etc/test2018" for that remote node "11.11.11.12".
For me that shown Error. But I set the passwords from UI. So give me the sample demo or give the correct steps in UI.
| 16:21:24 | 11.11.11.12
| 1. df command | Failed: ConfigurationFailure: SSH Password was not set |
| 16:21:24 | rundeck | | Execution failed: 1212 in project ahr: [Workflow result: , step failures: {1=Dispatch failed on 1 nodes: [11.11.11.12: ConfigurationFailure: SSH Password was not set + {dataContext=MultiDataContextImpl(map={}, base=null)} ]}, Node failures: {11.11.11.12=[ConfigurationFailure: SSH Password was not set + {dataContext=MultiDataContextImpl(map={}, base=null)} ]}, status: failed]
|