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,37 @@
description: Allow groups to list projects
context:
application: 'rundeck'
for:
project:
- allow: read
match:
name: '.*'
by:
group: job_writer
---
description: Global write permissions to job_writer role
context:
project: '.*'
for:
resource:
- equals:
kind: 'node'
allow: [read,refresh]
- equals:
kind: job
allow: [create, delete]
- equals:
kind: event
allow: [read]
job:
- allow: [create,read,update,delete,run,kill]
match:
name: '.*'
node:
- allow: [read, run, refresh]
match:
nodename: '.*'
by:
group: job_writer