ansible-autodoc icon indicating copy to clipboard operation
ansible-autodoc copied to clipboard

ansible-autodoc generates documentation from annotated Ansible Playbooks and Roles.

Results 8 ansible-autodoc issues
Sort by recently updated
recently updated
newest added
trafficstars

While running `ansible-autodoc -y` we were getting: ``` [ERROR]: Traceback (most recent call last): File "/usr/local/bin/ansible-autodoc", line 6, in doc = AnsibleAutodoc() File "/usr/local/lib/python3.8/site-packages/ansibleautodoc/AutodocCli.py", line 21, in __init__ doc_parser =...

there are no activity for at least year. Should i use it because i really want to?

Update the yaml.load(input) function to remove the deprecated warning as seen in https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation

Hi @AndresBott, thanks for this awesome tool! I was looking for something like PHPDoc to generate my README.md and came along to this project. I'm impressed! I've seen that there...

The 0.5.3 release is missing a release and tag on Github: https://github.com/AndresBott/ansible-autodoc/releases

how about the possibility to get a list of available playbooks for example: ``` roles/auth ├── files │   ├── skel │   └── sudoers ├── handlers │   └── main.yml ├── tasks...

This PR add an optionnal [Mermaidjs](https://mermaidjs.github.io/) flowchart on top of Readme file. *Gitlab natively support mermaidjs in markdown rendering.*