Node XML Example - rundeck-plugins/rundeck-winrm-plugin GitHub Wiki
This is an example Rundeck node XML configured to use the winrm plugin:
<node name="windowsServer" description="Windows server node" tags="windows"
osArch="x86_64" osFamily="windows" osName="Windows Server 2008" osVersion="2008"
hostname="windowsServer.example.com"
username="AdminUser"
node-executor="overthere-winrm"
winrm-password-option="option.winrmPassword"
/>