From a2755ad21b773cd4a7496a737269f1f751e6425e Mon Sep 17 00:00:00 2001 From: Nasredine Bentoumi Date: Fri, 13 Dec 2024 09:14:57 -0500 Subject: [PATCH] Add ansibledb (#95) * Add ansibledb * Update README.md Co-authored-by: Andrew Klychkov --------- Co-authored-by: nbentoumi Co-authored-by: Andrew Klychkov --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 701c31b..7e44723 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ For more information about communication, see the [Ansible communication guide]( - [Monkeyble](https://hewlettpackard.github.io/monkeyble/) - A callback plugin that allow to execute end-to-end tests on playbooks with a Pythonic testing and CI/CD approach to detect regressions. - [aar-doc - Automated Ansible Role Documentation](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation) - Generate documentation automatically from an Ansible role's metadata. - [antsichaut](https://github.com/ansible-community/antsichaut) - Automate the filling of a changelog.yaml used by antsibull-changelog. +- [ansibledb](https://github.com/nbentoumi/ansibledb) - Flask API Web server that uses MongoDB as database to store Ansible reports and facts; this tool can be used to query hosts and facters managed Ansible as well search Ansible logs. ## Blog posts and opinions