Questions tagged [rundeck]

For everything relating to [Rundeck][], a frontend that allows for fine-grained access control of automation tasks. [Rundeck]: http://rundeck.org

In the words of the Rundeck team: "Rundeck features fine-grain access controls, a built-in job scheduler, and the ability to define workflows that dispatch commands and scripts to your nodes."

15 questions
3
votes
1 answer

Export Rundeck execution history

I would like to export the full execution history under the "Activity" tab of a rundeck project (preferably in a delimited format such as csv). I have checked the rd-queue cli interface, but that only shows the currently running jobs. Is there a way…
Ianvdl
  • 45
  • 6
2
votes
1 answer

How to upload file to remote node in Rundeck?

I'm new to Rundeck. I want to be able to pass a file (as a required option) to a Rundeck job invocation and then have Rundeck upload that file to a remote node and then also run a command on the remote node to do something with the file. This works…
Eil
  • 389
  • 2
  • 4
  • 12
2
votes
1 answer

Rundeck access node's environmental variables

I am running a script using rundeck that depends on access to system-wide environmental variables on the node I'm executing the script on. These variables have been set in /etc/environment. First, how do I get rundeck to ingest the system…
apteryx
  • 123
  • 3
2
votes
3 answers

Have rundeck run on port 80

By default, rundeck runs on ports 4440 / 4443. Now, for security reasons which really ought to be obvious, I don't want this sensitive service binding to high-numbered ports. Once HTTPS is set up, that should ameliorate some of my concerns, but…
Parthian Shot
  • 1,155
  • 3
  • 16
  • 32
2
votes
2 answers

rsync command works in terminal, fails in rundeck

I'm trying to use rundeck to rsync files in a docker container volume to an offsite server. I can impersonate the rundeck user and run the rsync command in a terminal window just fine. When rundeck executes the same command I will get an Unexpected…
1
vote
1 answer

Rundeck setup: ssh keyfile does not exist

I'm setting up Rundeck for the first time. I'm testing by configuring a node with username="david". I've set ssh-password-storage-path="keys/foo/david" which is where I've uploaded the private keyfile in rundeck. I've tested that I can manually log…
David
  • 195
  • 1
  • 2
  • 5
1
vote
1 answer

rundeck unable to auth against Active Directory

I'm trying to setup rundeck so that it authenticates against Active Directory I keep getting this error The wiki contains information about the 403. Reason: !role…
spuder
  • 1,695
  • 2
  • 25
  • 42
0
votes
1 answer

How can I access OptionValue plugin configuration values in Java

https://docs.rundeck.com/docs/developer/12-option-values-plugins.html#configuring says To configure your plugin you can add configuration values to either the framework or project scope. Framework scope property definition in…
0
votes
1 answer

How to set global webhooks for rundeck jobs?

Is there a way of setting a global webhook for the various states of the jobs: onStart, onSuccess, onFailure. I would like all data for the jobs to go to a single URL where I can do whatever I need. Currently, it seems I have to set it for each…
Jarede
  • 115
  • 6
0
votes
1 answer

Docker run SED command before container starts

I'm running Rundeck with docker-compose and Dockerfile and i need to modify a value inside a file which is inside the container. I can copy the modified file from another place (local) and place it inside the container while the build phase is in…
0
votes
0 answers

WinRM Python File copier plugin : only appends, never overwrites?

I am unable to change the behavior of the WinRM File Copier in Rundeck, it is a Python based plugin, launched from a RHEL 7.9 (Maipo) Linux Rundeck server that is connected to an Active Directory server. When it copies an existing file from a…
0
votes
0 answers

Deployment through Rundeck x Capistrano x GitHub

I'm facing a problem to deploy code from GitHub. I have a 3 servers : Rundeck is running as Docker container on my first server Capistrano is running in a second server A third server has to receive the GitHub code Rundeck has a job to connect to…
0
votes
1 answer

Download a file through rundeck UI?

Is there a way to have rundeck download a file to the user (through the browser)? We have developers that request files from our production and qa environments that the admin team has to fetch for them. Would like to setup a rundeck job that would…
0
votes
1 answer

How to tell Apache httpd 2.4.6 to not proxypass a particular path?

I am using apache to reverse proxy Rundeck. Rundeck has an API accessible at rundeck.dns/api/, as well as a web UI available at rundeck.dns/{long list of other possible paths, such as user,menu,project}. As part of my reverse proxy, I am connecting…
kozone
  • 11
  • 2
0
votes
1 answer

dependency loop : to deploy gitlab using awx ansible i need a repository

I want to deploy gitlab using awx and ansible ( or with puppet and rundeck ) and to do it i need a repository ( SCM : gitlab ) , the thing is i want to deploy gitlab but i need a gitlab , i can't find a documentation that give a soluyion , is there…