RUNDECK PRO Plugins

Powershell Tools Plugin

Available since 1.0 (Rundeck PRO Version History)

This plugin provides a Node Executor and File Copier for executing remote Commands and Scripts from a Rundeck server hosted on Windows, to other Windows remote nodes.

Enable the plugin as the default Node Executor and File Copier in the Project Configuration page.

Or configure these properties for your project:

service.FileCopier.default.provider=win-ps-file-copy
service.NodeExecutor.default.provider=win-ps-node-exec

Configuration Properties

These properties can be set to define the behavior of the plugin:

Password Storage Path:

Optional storage path for authentication password. Can contain property references to node attributes. A node attribute named password-storage-path will override this value.

Project configuration:

project.plugin.NodeExecutor.win-ps-node-exec.passwordStoragePath=...

Node attribute:

password-storage-path

Example value:

keys/nodes/${node.name}/${node.username}.password

Password Secure Option Name:

Secure Option name for Password.

Node attribute:

password-option

This defines the name of a Secure Job Option to be used for password authentication. The default is option.password, which means your Job should define the option named password.

Default value: option.password