This is an official Rundeck OSS image for testing winrm plugin. It has a default project example
On docker-compose.yml set python version you want to try (PYTHON_VERSION
)
On docker/resources
put the Rundeck resource files (xml or yaml) with the windows nodes.
Also, you will need to add the password key storage to connect to the nodes.
Rundeck will be available on http://localhost:4441
Use start-docker-example.sh
to build and copy the plugin to the docker image
make build
make start
make clean