callbacks: Enable ARA

[ARA Records Ansible][0] is a web-based reporting tool for Ansible.  It
consists of a callback plugin that submits task/playbook results to an
HTTP API and a browser GUI to display them.

[0]: https://ara.recordsansible.org/
dynamic-inventory
Dustin 2025-02-01 17:21:59 -06:00
parent 164d86d646
commit 143c96074e
2 changed files with 5 additions and 0 deletions

View File

@ -15,3 +15,7 @@ remote_tmp = /var/tmp
[callback_ntfy] [callback_ntfy]
server = https://ntfy.pyrocufflink.blue server = https://ntfy.pyrocufflink.blue
[ara]
api_client = http
api_server = https://ara.ansible.pyrocufflink.blue

View File

@ -0,0 +1 @@
from ara.plugins.callback.ara_default import *