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

[feature req]

Open tobit6795 opened this issue 5 years ago • 0 comments

how about the possibility to get a list of available playbooks for example:

roles/auth
├── files
│   ├── skel
│   └── sudoers
├── handlers
│   └── main.yml
├── tasks
│   ├── auth.yml
│   ├── environment-redhat.yml
│   └── main.yml
├── templates
│   └── sshd_config.j2
└── vars
   └── redhat.yml

as you can see in my task i have a main.yml which includes the others. would be nice if i could get a list of the yml-files in the roles/$ROLE/task directory besides the tasks within the yml-files

tobit6795 avatar Jan 13 '20 09:01 tobit6795