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

Does not follow playbook includes. Need to follow includes.

Open thedavidwhiteside opened this issue 10 years ago • 4 comments

thedavidwhiteside avatar Aug 01 '15 15:08 thedavidwhiteside

I think this should only be for roles. Each playbook should be documented separated.

thedavidwhiteside avatar Aug 01 '15 15:08 thedavidwhiteside

Need to parse "include", then load each include as they are parsed.

thedavidwhiteside avatar Aug 04 '15 13:08 thedavidwhiteside

Hi @starboarder2001 ,

The same is the case with taskfile includes also, in addition to the playbook includes

ksatchit avatar Jul 12 '17 11:07 ksatchit

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.

thedavidwhiteside avatar Dec 26 '19 19:12 thedavidwhiteside