Skip to content

sqrvrtx/plaid

Repository files navigation

Plaid

Documentation Status

Python Ansible role checker

Features

Generic ansible role checker. Parses yaml, jinja2 templates and checks for pep8/flake 8 python errors. Also check for files we expect and those we don't. This is configured in the .plaidrc file:

---

include_files:
  - README.md
  - molecule.yml

exclude_files:
  - .travis.yml

Also in the case a user creates a base role using ansible-galaxy, the tool checks for 'empty' main.yml files in 'tasks', 'defaults', 'handlers' and 'vars', and checks for empty 'files' and 'templates' directories. In the future there are plans to check the default information in the 'README.md', 'meta' and 'tests'.

About

Generic Ansible Role checker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published