An open API service indexing awesome lists of open source software.

https://github.com/adfinis/ansible-lint-rules

Additional Ansible lint rules.
https://github.com/adfinis/ansible-lint-rules

ansible ansible-lint lint

Last synced: about 2 months ago
JSON representation

Additional Ansible lint rules.

Awesome Lists containing this project

README

          

==================
Ansible Lint Rules
==================

Installation
============
Checkout this repository into a directory on your system or add it as a git
submodule to your project.

Usage
=====
Use ansible-lint with the options ``-R`` and ``-r ``. E.g.

.. code-block:: Bash

ansible-lint -R -r ./ansible-lint-rules site.yml

Contributions
=============
Contributions are more than welcome! Please feel free to open new issues or
pull requests.

License
=======
GNU GENERAL PUBLIC LICENSE Version 3

See the `LICENSE`_ file.

.. _LICENSE: LICENSE

.. vim: set ft=rst sw=2 ts=2 et wrap tw=76: