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.
- Host: GitHub
- URL: https://github.com/adfinis/ansible-lint-rules
- Owner: adfinis
- License: gpl-3.0
- Created: 2017-10-17T08:27:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T08:30:38.000Z (over 3 years ago)
- Last Synced: 2025-10-05T23:48:17.706Z (9 months ago)
- Topics: ansible, ansible-lint, lint
- Language: Python
- Homepage: https://github.com/willthames/ansible-lint
- Size: 21.5 KB
- Stars: 1
- Watchers: 12
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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: