From af84f7a00e8cda950936ae15798ca81f0901a805 Mon Sep 17 00:00:00 2001 From: Nasredine Bentoumi Date: Wed, 7 Jun 2023 08:06:43 -0400 Subject: [PATCH] Update other_tools_and_programs.rst (#80895) --- docs/docsite/rst/community/other_tools_and_programs.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docsite/rst/community/other_tools_and_programs.rst b/docs/docsite/rst/community/other_tools_and_programs.rst index 3c79ac719ea..f507e5eabde 100644 --- a/docs/docsite/rst/community/other_tools_and_programs.rst +++ b/docs/docsite/rst/community/other_tools_and_programs.rst @@ -106,3 +106,4 @@ Other tools - `Awesome Ansible `_ - a collaboratively curated list of awesome Ansible resources. - `nanvault `_ - a standalone tool to encrypt and decrypt files in the Ansible Vault format, featuring UNIX-style composability. - `OpsTools-ansible `_ - uses Ansible to configure an environment that provides the support of `OpsTools `_, namely centralized logging and analysis, availability monitoring, and performance monitoring. +- `ansibledb `_ - Flask API server that uses MongoDB to store Ansible reports and facts. Along with different query capabilities, this tool provides a web UI for viewing Ansible reports, facts, and logs.