Skip to content

SolarisYan/rundeck-winsmb-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rundeck-winsmb-plugin

A rundeck plugin use SMB to connect with Windows

prerequisite

You should intsall impacket and winexe: pip install impacket yum install winexe

conf

when add windows node in resources.xml,it will be like this:

<node name="xxx" description="" tags="windows" hostname="xxx" osArch="" osFamily="windows" osName="windows" osVersion="" username="administrator" file-copier="WinSMBcp" node-executor="WinSMBexe" win-password-storage-path="xxx"/>

note: the file-copier="WinSMBcp" node-executor="WinSMBexe" is unchangeable