JesusMtnez / homelab

Moved to Codeberg.org: https://codeberg.org/JesusMtnez/homelab

Home Page:https://jesusmtnez.es/homelab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ansible linting

JesusMtnez opened this issue · comments

Description

Integrate a linter for all ansible yml files, to at least validate some formatting and style.

Tasks

  • Find linter tool (is it under nixpkgs)?
  • Add task to format all ansible files
  • Add task to lint all ansible files
  • Integrate lint task in a GitHub Actions job
  • apply linter suggestions and improvements: 18bc3d8
  • add task to lint ansible files: 006657a