Files
ansible/.yamllint
T
nerv 3049d8cb9a
YAML Lint / yamllint (push) Failing after 11s
YAML Lint / gitleaks (push) Successful in 3s
Add initial linting and security checks
Introduces CI workflows for YAML linting and secret detection,
and adds basic configuration for both tools. Also adds a
sample connectivity test playbook.
2026-05-03 09:49:18 +03:00

12 lines
140 B
Plaintext

---
extends: default
ignore: |
roles/filebeat_install/files/fields.yml
.gitea/workflows/yamllint.yml
rules:
line-length:
max: 180
...