Skip to content

actionhippie/ansible-later

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

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>

About

Action to lint Ansible roles

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors