Questions tagged [rundeck]

Rundeck is an open source workflow automation tool with a web console, CLI tools and a Web API. Written in Java, it allows automation of tasks across a set of nodes.

Rundeck is an open-source workflow automation tool with a web console, CLI tools, and a Web API. Written in Java, it allows the automation of tasks across a set of nodes.

It may be classified as an "ad hoc control tool", similar to Capistrano or Fabric, but additionally offers a Web UI.

Features include

  • Web API
  • distributed command execution
  • pluggable execution system (SSH by default)
  • multi-step workflows
  • job execution with on-demand or scheduled runs
  • graphical web console for command and job execution
  • role-based access control policy with support for LDAP/ActiveDirectory
  • history and auditing logs
  • open integration to external host inventory tools
  • command-line interface tools

Resources

793 questions
3
votes
1 answer

Rundeck reverse proxy behind Nginx

I have configured reverse proxy for Rundeck behind Nginx. Below is the Rundeck.conf which is placed in the path /etc/nginx/sites-enabled ssl_certificate /etc/nginx/ssl/server.crt; ssl_certificate_key …
3
votes
2 answers

Rundeck and Chef

As I understand Chef is about pull model, means cookbooks are uploaded to chef server and while running chef-client command on node, cookbooks will be downloaded and installed on chef client. Rundeck is a push model, means rundeck can be installed…
sourav
  • 33
  • 5
3
votes
1 answer

Can I make Rundeck read a log file on the remote node as job output?

I'm using Rundeck to run remote jobs through the SSH executor. Some of the jobs I run log to specific files on the host, rather than STDOUT, and I don't have the ability to change this. Is there any way to tell Rundeck to read those files as they…
limos
  • 1,526
  • 12
  • 13
3
votes
1 answer

How to pass a node as an argument in a Rundeck Job

I have a main Rundeck job with an option hostname(node). And in this main Job I have a step Job Reference. and I would like to execute a command on the hostname passed as an argument. Is that possible and how to do that ? Thanks
Stranger B.
  • 9,004
  • 21
  • 71
  • 108
3
votes
3 answers

In Rundeck: how can you set the working directory for command execution?

No matter what I try, executing pwd always prints /var/log/rundeck. I'd like to configure this as a global or even project-wide setting as all my scripts and commands will be relative to a specific directory on the file system. /home/jobs for…
Matt Wielbut
  • 2,584
  • 25
  • 29
2
votes
1 answer

Rundeck - Get in the script the username who executed the job

I would like to know if there is a way to get the username who executed the job and use it in the job which has been executed ? If my question isn't clear, here is an example : An user 'bobby' connects to rundeck and execute the job…
Valentin
  • 25
  • 5
2
votes
1 answer

jboss standalone-full.xml ,min-pool-size and max-pool-size issue

need a help, i have a java application which is running on jboss -6. recently we got a requirement to keep our min-pool-size and max-pool-size same, along with prefill value should be…
2
votes
1 answer

How to add aws ec2 at rundeck?

I added a new aws-ec2 source at rundeck and also inserted a rundeck-ec2 plugin at the libext folder. Everything is working but this new aws-ec2 node is not showing show at nodes. Any idea what is happening and how to solve it?
Kyaw Yea
  • 21
  • 2
2
votes
1 answer

Rundeck Problem with AD authentication, it gives Invalid user name and password

I suddenly got an issue with my rundeck, whenever I am trying to access it, it says Invalid user name and password. Here is the errors from service.log 2019-10-18 17:06:58.447:INFO:cdrjj.JettyCachingLdapLoginModule:qtp683347804-24: Login attempts:…
2
votes
3 answers

How to delete old executions and jobs from rundeck

I am having more than 30000 jobs and executions in my rundeck. Is there any API or CLI so that we can schedule to clean periodically. Because of too many jobs and executions rundeck throws java.lang.OutOfMemoryError: GC Overhead Limit and the…
Jagadesh
  • 2,104
  • 1
  • 16
  • 28
2
votes
1 answer

rundeck s3 log plugin not loading logs to s3

we have included s3 log plugin by following steps in https://docs.rundeck.com/docs/administration/cluster/logstore/s3-log-storage-plugin.html our framework.properties file look like below. authentication is through iam role hence access keys are not…
TSN
  • 41
  • 4
2
votes
1 answer

Getting error executing package SSIS through a job of RUNDECK

I am getting the error below when I am executing a batch command on Rundeck. Source: FEXT_UC SSIS.Pipeline 12:23:27 Description: The Data Flow task failed to create a buffer to call PrimeOutput for output "Flat File Source" (39) on…
gg49
  • 33
  • 2
  • 10
2
votes
1 answer

Rundeck display options dynamically

I am using Rundeck for basic API calls periodically or manually. As of now, I have a lot of options the user has to provide, but most of them remains empty. In fact, some of them depends on a previous one (e.g do you want X ? Then provide Y). Is…
Jul_DW
  • 1,036
  • 6
  • 20
2
votes
1 answer

Confusion with Users in Rundeck

I am a quite new with Rundeck and I am confusing with Users in Rundeck configuration, in Rundeck server and in Rundeck node. I have read all official documentation and I understand Users definition in Rundeck's daemon. However, I don't know if a new…
Miguel.G
  • 377
  • 1
  • 6
  • 20
2
votes
1 answer

Rundeck stuck running

I am using rundeck 2.10.1 (latest version) backed database is mssql. * I am using sqljdbc4.2, because bug that occurs on sqljdbc4.1 Sometimes (it's not consistent), I am faced with jobs in rundeck that stuck, until I kill them, or restart…
ScalaMan
  • 61
  • 5
1 2
3
52 53