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

Check if Given numbers saved in a list matches the condition and print the respective outputs in shell

Assume a list of numbers saved in a variable. Part=369,424,652 ,saved in variable as $part=@option.partnumber@ curl --location -k --request GET…
Bernard
  • 37
  • 1
  • 10
-1
votes
1 answer

How to trigger rundeck job from public internet where rundeck is behind a VPN?

We have rundeck installed on a linux server sitting behind VPN but It has access to internet. Is there any way I can trigger rundeck job outside VPN(like newrelic monitoring which doesn't need P2P VPN).
Vishnu
  • 97
  • 1
  • 13
-1
votes
1 answer

zlogin usage in Runeck task

As part of rundeck task i'm trying to login to a global zone, use the command zoneadm list and trying to login to each of the local zone [to shut down various apps & to issue reboot] using the command /usr/sbin/zlogin and execute hostname command to…
Charlie
  • 39
  • 1
  • 7
-1
votes
1 answer

net use working without username and password, but when I define them, it gave System error 87 has occurred

I'd like to use network share mount on the following way. I have my base64 encoded user password, my user and the network share location. I'd like to open a ps session, because network share is accessible only from pssession via a user if I ran it…
Badb0y
  • 331
  • 2
  • 21
-1
votes
1 answer

Rundeck integration with Ansible through plugin

I am not able to configure the rundeck integration with ansible, I am using the rundeck-ansible plugin, but I am not getting easy and useful information/help from google. I have installed ansible and rundeck on the same server. I have used that…
-1
votes
1 answer

How do i install Rundeck's Docker Plugin

I'm trying to manage scheduled jobs (in a Docker image) via Rundeck. I found out that Rundeck has official Docker plugins. However, i couldn't find the instructions to install them. Here's a video on how to use the plugins, but missing the…
Zaiman Noris
  • 322
  • 5
  • 18
-1
votes
1 answer

How can we write a Rundeck plugin which contains both client and server side changes?

With Rundeck UI plugin we can just call js scripts. is there any way to interact with server side . My requirement is to call a java and display its output in rundeck UI in a desired location. How to achieve both ?
-1
votes
1 answer

Rundeck authentication error even added correct ssh_username and password

Created a project into rundeck. Added nodes as ansible inventory which contain two remote nodes. Added ssh_username and password into that. Now got Displaying that two nodes in the "Nodes" area while show all nodes filtering. Created a job with…
-1
votes
1 answer

Rundeck - any command execution fails when running on 5.8k nodes

I'm running a rundeck server to delegate a simple script to 5.8k other linux servers. The very simple script is bellow !/bin/bash A=$(hostname) echo $A When i run the same job with a smaller number of targets (4089 nodes) the comands work fine I…
-1
votes
1 answer

Not able to fetch == symbol at the end of string into batch file argument

I'm trying to pass a parameter*(input)* from rundeck (by creating a job) through a command which calls the .bat file, the input contains an encrypted string which sometimes may contain == at the end of the string. It collects the whole string but…
shwet
  • 1
-1
votes
1 answer

How to develop nexus3 rundeck plugin?

In nexus 2.x, Rundeck can used nexus-rundeck-plugin working, But 3.x not working; I want develop the plugin, But I don't how to start, I don't extension point for nexus 3.x. Help me!!
-1
votes
1 answer

How to delete all the nodes registered for a project in Rundeck using REST API

I am new to rundeck and for one of my usecase i need to delete all the nodes registered for a project using REST API endpoint.So just wanted to check is there any endpoint that rundeck provides that i can reuse. Thanks -Sam
Sam
  • 728
  • 1
  • 9
  • 26
-2
votes
1 answer

RunDeck can it be used in an Airgap environment

I have an Airgap environment and would like to know if it will work without internet access. The systems I have can't reach the outside of the enclave.
TyBoard
  • 1
  • 3
-2
votes
1 answer

Rundeck nodes when using Terraform

Background: We are exploring whether to use Jenkins or RunDeck to do the deployments. If I look at RunDeck documentation, it suggests to use Jenkins as a Build tool and RunDeck as an Operations tool. It suggests to build using Jenkins and then…
Ankur
  • 7
  • 1
-2
votes
1 answer

how RUNDECK workflow works when you are using job reference

This question is related to RUNDECK. my RUNDECK job list is -- **Job name jobA is in Project A and it is parent job. jobB is in project B and runs on nodeB, nodeB1. jobc is in project C and runs on nodeC, NodeC1, NodeC2. jobB and jobC are child jobs…
Aman35
  • 39
  • 1
  • 5
1 2 3
52
53