Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Script in Rundeck

Tags:

rundeck

I am completely new to RunDeck, please tell how to run a script(Python/shell script) via RunDeck?

Say I have a Python script which runs command print ("Hello Rundeck") or I have a shell script which runs command echo "Hello Rundeck". Please tell me how to run these scripts from RunDeck?

like image 746
caveofcodes123 Avatar asked Jan 26 '26 08:01

caveofcodes123


1 Answers

You have to create a job

Create a job

Then choose to add a "Execute remote command" step

Add step

And define your command

Define command

Of course you will need yo have properly configured your rundeck first, with appropriates nodes, etc

like image 176
olaurendeau Avatar answered Jan 29 '26 13:01

olaurendeau