Skip to content

Instantly share code, notes, and snippets.

@krzysbaranski
Created September 12, 2017 07:05
Show Gist options
  • Save krzysbaranski/ee1c05cde416b2627fb004430ea9a87a to your computer and use it in GitHub Desktop.
Save krzysbaranski/ee1c05cde416b2627fb004430ea9a87a to your computer and use it in GitHub Desktop.
rundeck-examples
- description: ''
executionEnabled: true
id: 823c1c31-6b06-493c-a859-d09cc4891954
loglevel: INFO
name: key_value_data_recieve
nodeFilterEditable: false
options:
- name: referenceTime
required: true
- name: timeShift
scheduleEnabled: true
sequence:
commands:
- script: |
#!/bin/bash
echo referenceTime="@option.referenceTime@"
echo timeShift="@option.timeShift@"
- args: ${option.referenceTime} ${option.timeShift}
description: subtask1
script: |
#!/bin/bash
echo "$1"
echo "$2"
keepgoing: false
strategy: node-first
uuid: 823c1c31-6b06-493c-a859-d09cc4891954
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment