Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Node XML Example

gschueler edited this page Apr 26, 2012 · 1 revision

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" 
  />

Clone this wiki locally