rundeck-plugins / rundeck-ec2-nodes-plugin

Get resource node data from Amazon EC2
85 stars 45 forks source link

How to authenticate Windows instance? #63

Open dmitry-reshetnik opened 7 years ago

dmitry-reshetnik commented 7 years ago

For Linux there is an option with SSH key execution. But for Windows instances there is another approach with WinRM. In the simplest approach it requires a pre-execution step to input the Administrator account' password, which will be used for WinRM execution. Is there some workaround for this plugin + Windows instance?