ansible-docgen
ansible-docgen copied to clipboard
Does not follow playbook includes. Need to follow includes.
I think this should only be for roles. Each playbook should be documented separated.
Need to parse "include", then load each include as they are parsed.
Hi @starboarder2001 ,
The same is the case with taskfile includes also, in addition to the playbook includes
Ansible has added a lot to this one. Will need to parse all the below.
import_playbook – Import a playbook The official documentation on the import_playbook module. import_role – Import a role into a play The official documentation on the import_role module. import_tasks – Import a task list The official documentation on the import_tasks module. include_role – Load and execute a role The official documentation on the include_role module. include_tasks – Dynamically include a task list The official documentation on the include_tasks module.