UOS-RZ / secure_sshd

Ansible role to harden the sshd configuration
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Introduce linter #5

Closed lkiesow closed 3 months ago

lkiesow commented 4 months ago

This pull request introduces ansible-lint and yamllint which will be automatically run on new patches via GitHub Actions. These are the default linters used by many ansible projects.

The workflow will fail without #3 and #4 being merged.