Sha256: e73338cf0e01d5bdfdf66b91fe09d9f5390b5956cc03c470f62d741b4cb9ded8

Contents?: true

Size: 940 Bytes

Versions: 43

Compression:

Stored size: 940 Bytes

Contents

<%#
kind: job_template
name: Run a playbook downloaded from RH cloud
job_category: Red Hat Insights
description_format: 'Playbook generated by RH Cloud'
feature: rh_cloud_connector_run_playbook
template_inputs:
- name: playbook_url
  description: URL of the playbook to run
  input_type: user
  required: true
- name: organization_id
  description: Id of the organization that owns the playbook
  input_type: user
  required: true
- name: report_url
  description: URL for calling the report callback
  input_type: user
  required: true
- name: correlation_id
  description: correlation ID used to identify the original calling message
  input_type: user
  required: true
- name: report_interval
  description: Reporting interval for the task. A report will be generated every report_interval seconds.
  input_type: user
  required: true
provider_type: Ansible
%>
<%= download_rh_playbook(input('playbook_url'), input('organization_id')) %>

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
foreman_rh_cloud-5.0.38 app/views/job_templates/rh_cloud_download_playbook.erb
foreman_rh_cloud-5.0.37 app/views/job_templates/rh_cloud_download_playbook.erb
foreman_rh_cloud-5.0.36 app/views/job_templates/rh_cloud_download_playbook.erb