ansible-doc command for filters & plugins
-
I would like to list & read documentation from the ansible-doc command for example about
ipaddr
orflatten
.Is it possible? Thanks in advance!
-
The command
ansible-doc
Displays information on modules installed in Ansible libraries. It displays a terse listing of plugins and their short descriptions, provides a printout of their DOCUMENTATION strings ...
from the module source.
Therefore for https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters.html like https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters.html#managing-list-variables or https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters_ipaddr.html there is no such command.
Further Information
- https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_documenting.html#documentation-block