839 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
76
views
Rundeck: False Errors from Windows node [closed]
I have a Windows node running with the WRM plugin for rundeck
Does anyone know how to get rid of false error for commands ran on a Windows node (Windows 11 Pro)
Here is what I run as an inline script
...
0
votes
0
answers
71
views
Rundeck : Mixing cascading options with OptionValues plugin
I created a very simple Rundeck OptionValues plugin. just to see how it works. Basically I have the plugin run a script that sets 3 variables, x,y and z to a random word from a list of words in a file....
0
votes
1
answer
69
views
Run different Command-Step depending on OS-type of node [closed]
I'd like to create a Rundeck job that allows to reboot multiple nodes. The target nodes are running with Windows and Linux.
Simply adding a Command step with sudo reboot or shutdown /r /t 0 wont work, ...
1
vote
0
answers
128
views
Running a rundeck ansible task on windows server
I try to run an Rundeck ansible task on windows. The following error has occured: "
{"changed": false, "msg": "Failed to create temporary directory. In some cases, you ...
0
votes
1
answer
98
views
How to add a new job to start at a specific date (in the future) and run every day
How can I add a new job to start at a specific date (in the future) and run every day?
For example, start the schedule in 2/2/2025 and every date after this.
I cannot find how to say it to start at ...
0
votes
1
answer
95
views
The rundeck is unable to execute powershell script with import-module or unable to find the module to the target server
The rundeck is unable to execute powershell script with import-module even I install the 'Microsoft.Online.SharePoint.PowerShell' module in the target server.
[ERROR ] Execution finished with the ...
-1
votes
1
answer
180
views
How to setup Git Plugin for Rundeck with multiple projects
How to setup Git Plugin for Rundeck with multiple projects where the resource files are in the same repo.
I'm getting:
The Node Source had an error:
Could not delete file D:\rundeck\projects\resources\...
1
vote
1
answer
159
views
Permission denied error for executing scripts from remote URL on Rundeck
I have an issue when I try to run script from remote URL on my Rundeck jobs. The script path is /home/ubuntu/rundeck/test-job.sh
When I execute this script, its giving below error.
Execution failed: ...
0
votes
1
answer
522
views
Rundeck commands no longer working after upgrading nodes to Ubuntu 24.04
Im using rundeck (installed on a Ubuntu 22.04 server) to run commands on a few remote nodes.
Unfortunately the scheduled jobs are not working anymore on nodes that have been upgraded from Ubuntu 22.04 ...
-2
votes
1
answer
107
views
In rundeck / terraform, how can I use the option block to capture user input and use it in a command block?
I'm very new to terraform and to rundeck. I am trying to use the option block to capture the input and use it in the command, but I only get errors when using "terraform plan".
What I have ...
0
votes
1
answer
143
views
Rundeck - use a Tag in a command to define an option
I'm trying to setup a step in which I need to scp some files from a remote host to my node running the job.
This remote node has to be defined using a TAG, but I can't find how to do that.
For now, ...
0
votes
1
answer
82
views
Rundeck Job Option auto complete
I have a question about rundeck options. I have a job containing a plain text option: name, ip and port. For the option name, a json list is configured containing the names of the servers. Is it ...
0
votes
2
answers
159
views
Rundeck group membership problems with OpenLDAP
I have followed the instructions on https://docs.rundeck.com/docs/administration/security/authentication.html#case-insensitive-username to authenticate from my OpenLDAP server. The rundeck version is ...
0
votes
1
answer
108
views
API Token not authorized to enable/disable schedule on a job
I have setup a Rundeck job in project A that enables/disables schedule on a job in project B. I had this working for a month and now it's throwing this error:
{"error":true,"apiversion&...
0
votes
1
answer
230
views
Unable to get expect scripts to work in Rundeck
I have a fresh install of Rundeck on one of our management VMs.
I used Rundeck at my previous employment so I have some history using the tool.
Background:
We have multiple GitHub repositories ...