
Add basic sssd data for NCSA setup common NCSA settings for SSSD Setup sssd debug_level Add profile hiera data enable and include profile_allow_ssh_from_bastion enable ncsa/sshd added groups for allow_ssh_from_bastion to control repo Remove simple_allow_groups from default sssd and let ssh add them Add default bastion_nodelist to control repo Upgrade concat module include ::pam_access point to latest tag of profile_pam_access point profile_pam_access to topic branch Update to ncsa/sshd v0.3.0 Update profile_allow_ssh_from_bastion to v0.2.0 Update profile_pam_access to v0.0.4
13 lines
226 B
YAML
13 lines
226 B
YAML
---
|
|
name: "yamllint"
|
|
on:
|
|
- "push"
|
|
- "pull_request"
|
|
jobs:
|
|
lintAllTheThings:
|
|
runs-on: "ubuntu-latest"
|
|
steps:
|
|
- uses: "actions/checkout@v1"
|
|
- name: "yaml-lint"
|
|
uses: "ibiqlik/action-yamllint@v3"
|