Skip to main content

Python Ansible role checker

Project description

Plaid

https://img.shields.io/pypi/v/plaid.svg https://img.shields.io/pypi/l/plaid.svg https://img.shields.io/pypi/wheel/plaid.svg https://img.shields.io/pypi/pyversions/plaid.svg https://img.shields.io/travis/sqrvrtx/plaid.svg 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’.

History

0.1.0 (2017-02-09)

  • First release on PyPI.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page