committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2021-05-25 15:15:42 +03:00
parent 0eb6d0a853
commit 637c60ff06
36 changed files with 907 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
description: Allow groups to list projects
context:
application: 'rundeck'
for:
project:
- allow: read
match:
name: '.*'
by:
group: job_runner
---
description: Global run permissions to job_runner role
context:
project: '.*'
for:
resource:
- equals:
kind: 'node'
allow: [read,refresh]
job:
- allow: [read, run]
match:
name: '.*'
node:
- allow: [read, run, refresh]
match:
nodename: '.*'
resource:
- allow: read
equals:
kind: event
by:
group: job_runner