Download and place in default callback directory:
mkdir -p ~/.ansible/plugins/callback cd ~/.ansible/plugins/callback curl -SL -O https://raw.githubusercontent.com/jseguillon/caradoc/main/plugins/callback/caradoc.py
Or donwload somewhere else and add to callback path:
ANSIBLE_CALLBACK_PLUGINS=/[path]/plugins/callback ansible-playbook -i tests/hosts tests/testplay.yml
Run any ansible playbook and look at localy created .caradoc
directory.
See CHANGELOG.
The Caradoc team
Project Link: https://github.com/jseguillon/caradoc