Skip to content

Instantly share code, notes, and snippets.

View weyderfs's full-sized avatar
👨‍💻
Keeping Cloud Infrastructure Up!

Weyder Ferreira weyderfs

👨‍💻
Keeping Cloud Infrastructure Up!
  • Brazil
  • 20:37 (UTC -03:00)
View GitHub Profile
description: Developer project level access control. Applies to resources within a specific project.
context:
project: 'Your Project Name here' # all projects
for:
job:
- allow: [read] # allow read of all jobs
- match:
group: 'HML/*'
allow: [read,run] # allow run access for jobs within the "HML" top level group
@weyderfs
weyderfs / ProjectPolicy.yml
Created August 21, 2019 21:47
Rundeck Police User access only Project
description: Admin project level access control. Applies to resources within a specific project.
context:
project: 'MyProjectName' # all projects
for:
resource:
- equals:
kind: job
allow: [run] # allow create jobs
- equals:
kind: node
@weyderfs
weyderfs / whatdistro.md
Last active July 22, 2020 02:25
Checking what distro GNU/Linux you're using

##This file is separate by individuals commands below, using it's you're know what GNU/Linux you're running

$ cat /etc/[A-Za-z]*[_-][rv]e[lr]*

$ cat /etc/issue

$ lsb_release -a

$ uname -a