https://github.com/actionhippie/ansible-later
Action to lint Ansible roles
https://github.com/actionhippie/ansible-later
action github
Last synced: 6 months ago
JSON representation
Action to lint Ansible roles
- Host: GitHub
- URL: https://github.com/actionhippie/ansible-later
- Owner: actionhippie
- License: apache-2.0
- Created: 2021-07-03T11:23:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-18T08:32:26.000Z (11 months ago)
- Last Synced: 2025-08-19T20:52:46.180Z (11 months ago)
- Topics: action, github
- Language: Shell
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-later
[](https://github.com/actionhippie/ansible-later) [](https://github.com/actionhippie/ansible-later/actions/workflows/docker.yml)
[GitHub Action](https://github.com/features/actions) to lint Ansible roles.
## Usage
```yml
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
* [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2021 Thomas Boerger
```