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
-2
votes
1 answer

Do i need to install rundeck software before using the rundeck-cli

This is my first time using Rundeck. Do I need to install the Rundeck software (GUI version) on linux before I use the CLI version?
mmg
  • 1
  • 2
-2
votes
1 answer

Running API calls from rundeck to Google cloud

I am configuring rundeck to issue api calls to the google cloud compute api I have tried both basic and oath 2.0 for authentication Has anyone gotten this to work
Pietto Vasco
  • 141
  • 2
  • 8
-2
votes
1 answer

how to get time of execution in rundeck and use it in another job?

I've been searching does rundeck supports jobs dependencies? That's what I found Does rundeck support jobs dependencies? so I need to get the time of execution of job-1 in rundeck and use it in another job-2 to run it with a cron after the time of…
-2
votes
1 answer

I am trying to integrate chef and rundeck

I am trying to integrate chef and rundeck. I installed rundeck on chef workstation and trying to run command on local server only. Normal commands are working fine like "uname -a" but when I am writing cmd like "service httpd status" (httpd is…
-2
votes
1 answer

Simulate experiment with R Programming

I am new in R programming. I need to solve 1 problem in R. I need to simulate the following experiment in R. A poker hand consists of 5 cards dealt from a conventional pack of 52 cards, the order of the cards not being important. Find the…
priyanka
  • 5
  • 3
-3
votes
2 answers

Rundeck dead? - Docker setup

I've been looking at trying out rundeck but what I've found is that the project is kind of abandoned? The github material is all abandoned and deprecated and there is no comprehensive guides for rundeck anywhere to be found. Does anyone know what…
Ag55
  • 1
-3
votes
1 answer

Download file on computer From Rundeck

Is it possible to download a file from a server through a script Rundeck on my personnal computer ? Regards, Frédéric
farnould
  • 3
  • 2
-3
votes
1 answer

Rundeck works fime on script but nothing happen on remote server

I'm newbie on rundeck , and i design a job to execute script on remote machine. In UI i get the correct log and everything is fine and shows the service PID , but nothing happen and there is no proccess with that pid on remote host. Does Anybody has…
ysrb
  • 1
  • 1
-3
votes
1 answer

How do I create a job in Rundeck to test a website login?

I am a beginner with Rundeck, I would like to create a job to test logins in a specific website. How do I do that?
Lucas Batista
  • 143
  • 1
  • 5
-3
votes
1 answer

Running scheduled jobs on Rundeck in the cloud

I have scheduled rundeck jobs to run on various server instances in the cloud and the instances are referenced by instance ID in the job. The problem is that when a instance is reprovisioned the Rundeck job fails because the instance now has a new…
-3
votes
1 answer

Rundeck Copy File to Windows Server very slow

I'am trying to copy a 19mb exe file from my linux rundeck server to a windows server using the copy file job in rundeck. This Job needs 2 - 3 hours to copy that 19mb exe. I connect to the server with winrm. Copy from rundeck server to linux…
-3
votes
1 answer

Get key value in text file(yaml) if it nests other value inside tree

I need to get all node names from yaml file which has a particular tag in properties. This is the structure of YAML file: node1: description: "App Server" ******************** /many lines/ ******** tags: …
ckopn
  • 1
  • 1
-4
votes
2 answers

Rundeck on kubernetes can't do https

It seems my rundeck can't do https. I'm doing a ssl offload at a loadbalancer. The following is a snippet of my deployment yml containers: - name: rundeck image:rundeck/rundeck:3.1.1 env: - name: RUNDECK_GRAILS_URL …
Jeffry
  • 1
1 2 3
52
53