Hi all,
I work with Ansible, and usually, collect playbooks log inside a directory:
/ansible/log/logs01
each log contains the JSON output for servers, eg:
hostname.domain.com.json
My question is, using Callback module (Callback plugins enable you to hook into Ansible events for display or logging purposes) Can I build a web application for browse logs via web?
Cheers,