rundeck-winrm-plugin
rundeck-winrm-plugin copied to clipboard
Does this plugin support WINRM_NATIVE connectionType?
Per the subject line, I'm confused as to the status of WINRM_NATIVE support in this plugin. I'm running the 1.3.3 jar.
I had been working off this 'howto':
http://www.techpaste.com/2015/08/rundeck-windows-nodes-configuration/
Which implies WINRM_NATIVE is a valid connectionType, but when i run a winrm job on a node that has connectionType="WINRM_NATIVE" set and run the job debug mode, I see that WINRM_INTERNAL is being set:
winrmEnableHttps --> false winrmKerberosDebug --> false password --> ******** winrmKerberosTicketCache --> false address --> devcorepiew049.matrix.sjrb.ad winrmKerberosUseHttpSpn --> false os --> WINDOWS port --> 5985 winrmKerberosAddPortToSpn --> false connectionType --> WINRM_INTERNAL username --> *@
Can someone please clarify the status WINRM_NATIVE support in this plugin?
I've noticed the same thing. Could someone please comment on this?
WINRM_NATIVE only works if you are running your Rundeck instance from a Windows machine. Otherwise, it will always use WINRM_INTERNAL.
That's something that would be realllllllyyy helpful as a line in the actual documentation
Yep, I know. I had a similar issue and it took me a couple of days to figure this out.