From 1f01c629c3f6b92c09ec124955c942b62ad16586 Mon Sep 17 00:00:00 2001 From: nbentoumi Date: Thu, 12 Dec 2024 20:05:55 -0500 Subject: [PATCH 1/2] Add ansibledb --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 701c31b..6b2ac94 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 uses MongoDB as Database to store Ansible reports and ansible facts, this tool can be used to query hosts and facters managed Ansible as well search ansible logs ## Blog posts and opinions From 569203ba4bc864de7ef920ac0181fd4f1d4fa73a Mon Sep 17 00:00:00 2001 From: Nasredine Bentoumi Date: Fri, 13 Dec 2024 07:45:45 -0500 Subject: [PATCH 2/2] Update README.md Co-authored-by: Andrew Klychkov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b2ac94..7e44723 100644 --- a/README.md +++ b/README.md @@ -117,7 +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 uses MongoDB as Database to store Ansible reports and ansible facts, this tool can be used to query hosts and facters managed Ansible as well search ansible logs +- [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