Open nublaii opened 6 years ago
Some more logs
==> /var/log/rundeck/service.log <==
ERROR ExecutionUtilService: Execution failed: 49 in project windows: [Workflow result: , step failures: {1=PluginFailed: null}, status: failed]
==> /var/log/rundeck/rundeck.log <==
2018-05-29 17:15:51,283 [quartzScheduler_Worker-8] ERROR grails.app.services.rundeck.services.ExecutionUtilService - Execution failed: 49 in project windows: [Workflow result: , step failures: {1=PluginFailed: null}, status: failed]
And these are the settings on the job:
And here the project config:
node executor :
file copier:
And the node sources:
Thanks for all the screen shot you provided. They are extremely helpful. Did your node filter return a list of nodes before you ran the job, and were they only Windows hosts? Can you also run the job in debug mode and show the Ansible command line please?
Hi
I just setup a new server to be able to run ansible 'natively' from rundeck.
I have set up a project only for my windows machines.
I setup the executor, file copier and node source to use ansible, and so far so good.
The structure I am using to keep all my ansible-related files are inside /scripts/, following this hierarchy:
Well... for the life of me I can't get it to run anything (I have tried ansible modules, ad-hoc, inline playbook and playbook).
This is the error I get when I try to run win_ping for example:
Execution failed: 47 in project windows: [Workflow result: , step failures: {1=PluginFailed: null}, status: failed]
And this is the whole log
I do get rundeck to import all the windows nodes correctly, so I don't know what I'm doing wrong.