https://github.com/actionhippie/ansible-doctor
Action to generate docs for Ansible roles
https://github.com/actionhippie/ansible-doctor
action github
Last synced: 5 months ago
JSON representation
Action to generate docs for Ansible roles
- Host: GitHub
- URL: https://github.com/actionhippie/ansible-doctor
- Owner: actionhippie
- License: apache-2.0
- Created: 2022-03-07T14:21:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T08:43:12.000Z (6 months ago)
- Last Synced: 2026-01-12T18:26:53.327Z (6 months ago)
- Topics: action, github
- Language: Nix
- Homepage:
- Size: 200 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-doctor
[](https://github.com/actionhippie/ansible-doctor) [](https://github.com/actionhippie/ansible-doctor/actions/workflows/docker.yml)
[GitHub Action](https://github.com/features/actions) to generate docs for Ansible roles.
## Usage
```yml
name: Example
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actionhippie/ansible-doctor@v1
with:
config: optional/path/to/.doctor.yml
```
## Inputs
### `config`
Path to configuration file
### `output`
Base directory to output result
### `force`
Force overwrite the output file, defaults to `false`
### `dry_run`
Dry run without writing output, defaults to `false`
### `role_detection`
Automatic role detection, defaults to `true`
### `verbose`
Increase logging level, defaults to `false`
### `quiet`
Decrease logging level, defaults to `false`
### `path`
Path of role directory, defaults to working dir
## 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
```