homelab/.ansible-lint
Nik Afiq 08d2b97410 chore: add yamllint and ansible-lint configs for local validation
Stage 2 of REFACTOR_PLAN.md. Repo had no CI or local validation tooling at
all. Tuned rules to match this repo's existing conventions (no trailing
newline on hand-written manifests, aligned comment blocks) rather than
rewriting hundreds of pre-existing files to satisfy defaults.

Baseline is clean: yamllint reports 0 issues repo-wide, kubeconform validates
117 manifests + 20 Argo CD Applications, and all Ansible playbooks pass
--syntax-check.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-23 18:14:50 +09:00

13 lines
200 B
Plaintext

# Config for: ansible-lint
# Applied by: ansible-lint (run from repo root)
exclude_paths:
- .cache/
- manifests/
- argocd/
- values/
use_default_rules: true
skip_list:
- yaml[line-length]