GithubHelp home page GithubHelp logo

facorazza / ansible-lint Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ansible/ansible-lint

0.0 0.0 0.0 8.46 MB

ansible-lint checks playbooks for practices and behavior that could potentially be improved and can fix some of the most common ones for you

Home Page: https://ansible.readthedocs.io/projects/lint/

License: GNU General Public License v3.0

Shell 0.41% Python 98.75% TypeScript 0.84%

ansible-lint's Introduction

PyPI version Ansible-lint rules explanation Discussions GitHub Actions CI/CD pre-commit

Ansible-lint

ansible-lint checks playbooks for practices and behavior that could potentially be improved. As a community-backed project ansible-lint supports only the last two major versions of Ansible.

Visit the Ansible Lint docs site

Using ansible-lint as a GitHub Action

This action allows you to run ansible-lint on your codebase without having to install it yourself.

# .github/workflows/ansible-lint.yml
name: ansible-lint
on:
  pull_request:
    branches: ["main", "stable", "release/v*"]
jobs:
  build:
    name: Ansible Lint # Naming the build is important to use it as a status check
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Run ansible-lint
        uses: ansible/ansible-lint@main # or version tag instead of 'main'

For more details, see ansible-lint-action.

Contributing

Please read Contribution guidelines if you wish to contribute.

Licensing

The ansible-lint project is distributed as GPLv3 due to use of GPLv3 runtime dependencies, like ansible and yamllint.

For historical reasons, its own code-base remains licensed under a more liberal MIT license and any contributions made are accepted as being made under original MIT license.

Authors

ansible-lint was created by Will Thames and is now maintained as part of the Ansible by Red Hat project.

ansible-lint's People

Contributors

4ch1m avatar albinvass avatar alisonlhart avatar apatard avatar audgirka avatar awcrosby avatar cahlchang avatar cans avatar cognifloyd avatar dependabot[bot] avatar europ avatar evgeni avatar evilhamsterman avatar facorazza avatar felixfontein avatar greg-hellings avatar konstruktoid avatar msabramo avatar netzvieh avatar nishipy avatar oranod avatar pre-commit-ci[bot] avatar shatakshiiii avatar slsh1o avatar ssato avatar ssbarnea avatar thushjandan avatar webknjaz avatar willthames avatar ziegenberg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.