rundeck Questions
7
Solved
Recently I'm looking at Ansible and want to use it in projects. And also there's another tool Rundeck can be used to do all kinds of Operations works. I have experience with neither tool and this i...
Kaylyn asked 1/7, 2015 at 3:34
2
On my Rundeck there are multiple projects and jobs under these projects are triggered by schedule and some run for a a few minutes to an hour.
I want to restart the rundeck server to apply some co...
Burgomaster asked 5/12, 2014 at 9:23
3
Solved
I would very much like to import/export my rundeck job descriptions (YAML) to/from a GitHub repository.
It seems the SCM plugin for rundeck (2.6.4) is ready, but I can find very little documentati...
3
Solved
I've been searching for days on how to layout a rundeck workflow with job dependencies. what I need to do is to have 3 jobs: job-1 and job-2 are scheduled to run in parallel while job-3 will only b...
Pyrogenic asked 29/3, 2016 at 17:39
3
Solved
I want to share a variable across rundeck job steps.
Initialized a job option "target_files"
Set the variable on STEP 1.
RD_OPTION_TARGET_FILES=some bash command
echo $RD_OPTION_TARGET_FILES
Th...
2
Solved
Having trouble to get user that belongs to group "user" having access (at least read) to projects. I've read and tried several examples I found on the internet, none seems to work.
What I need fo...
1
Solved
I created Rundeck Key storage and stored password in it
Then created Job option
Then in inline script i specified folowing (keys/JIRA is Rundeck password storage)
curl -XN -u user:keys/JIRA
But ...
Alicealicea asked 30/3, 2018 at 14:59
5
Solved
I have a script I want to be available globally. I've started it with the standard hashbang:
#! /usr/bin/env python
And linked it into the bin directory of my virtualenv:
~/environments/project...
Of asked 15/8, 2012 at 1:33
2
I want to run a rundeck job using the run API. Would like to pass few parameters as well to the runDeck job during the run time.
Do I need to configure the job to accept parameters?
How to pass pa...
Marquittamarr asked 18/12, 2014 at 6:50
1
I am using ops tool Rundeck that allows for execution of arbitrary scripts. I enter the script text in the web application widget and upon execution, Rundeck saves it to temporary file and calls in...
Fastness asked 20/8, 2014 at 8:3
1
Solved
I want to import a job.xml to Rundeck via curl.
Trying something like this:
curl -v -u admin:admin -F xmlBatch=@C:\job.xml http://XXXXXXXXXX/api/1/jobs/import
I get the 302 response and that's ...
1
© 2022 - 2024 — McMap. All rights reserved.