GitHub Action to generate docs for Ansible roles.
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
Path to configuration file
Base directory to output result
Force overwrite the output file, defaults to false
Dry run without writing output, defaults to false
Automatic role detection, defaults to true
Increase logging level, defaults to false
Decrease logging level, defaults to false
Path of role directory, defaults to working dir
None
If you find a security issue please contact [email protected] first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2021 Thomas Boerger <[email protected]>