Skip to main content

Group/Runners Manage and Create Runners


Group/Runners Manage and Create Runners

Use Case Description

Assign a specific Rundeck Group access to manage and create Runners. Valid for Process Automation and Runbook Automation only

Code Description

Find and replace these values with your own.

  • Group: grp-runner-manage

Steps to implement are covered in the overview page.

ACL Code

description: Provide access to create Runners
context:
  application: rundeck
for:
  runner:
  - allow: [read,ping,create]
by:
  group: grp-runner-manage
---
description: Allow [admin, read] for Runners as a resource
context:
  application: rundeck
for:
  resource:
  - allow:
    - '*'
    equals:
      kind: runner
by:
  group: grp-runner-manage