Skip to content

actionhippie/ansible-later

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-later

Current Tag Docker Build

GitHub Action to lint Ansible roles.

Usage

name: Example

on:
  - push
  - pull_request

jobs:
  test:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2

      - uses: actionhippie/ansible-later@v1
        with:
          config: optional/path/to/.later.yml

Inputs

config

Path to configuration file

rules

Path to standard rule files

filter

Limit standards to given IDs

exclude

Exclude standards by given IDs

verbose

Increase logging level, defaults to false

path

Path of files/folders to inspect

Outputs

None

Security

If you find a security issue please contact thomas@webhippie.de first.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

Apache-2.0

Copyright

Copyright (c) 2021 Thomas Boerger <thomas@webhippie.de>