Rundeck

Install server

docker run \
>   -tid \
>   -p 4440:4440 \
>   --name rundeck \
>   jordan/rundeck:latest

References

https://hub.docker.com/r/jordan/rundeck

Tips and Tricks

Install plugin

Download the plugin jar file and put it here:

/var/lib/rundeck/libext/

Add node

Change into the newly created project directory with the command:

Where PROJECTNAME is the name of the project you just created.

Create a new configuration file with the command:

The contents of the file will look like this:

Where:

  • NAME is the name of the remote node.

  • USERNAME is the username on the remote node.

  • REMOTE_IP is the IP address of the remote node.

Save and close that file.

Restart Rundeck with the command:

References

https://www.techrepublic.com/article/how-to-add-remote-nodes-to-rundeck/

https://stackoverflow.com/questions/36224912/add-a-remote-node-in-rundeck

Last updated

Was this helpful?