This is a comprehensive Ansible quality gate that runs syntax checks, linting, security scans, and Molecule tests in a single pass. The workflow is deterministic and bulletproof: if Docker isn't available for Molecule or Checkov isn't installed, it marks those stages as blocked and continues with everything else instead of failing early. It's especially useful for catching non-FQCN module usage (like `apt` instead of `ansible.builtin.apt`) and includes dual secret scanning with both Checkov and a dedicated secrets detector. The wrapper scripts handle tool bootstrapping automatically, so you don't need a pre-configured environment. Best for CI pipelines or pre-commit validation where you want exhaustive coverage without manual dependency wrangling.
npx skills add https://github.com/akin-ozer/cc-devops-skills --skill ansible-validator