From 8c27ffdf901e38d943ed409a830dec5af44e6eb1 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Mon, 7 May 2018 22:18:52 -0400 Subject: [PATCH] Add ARA Records Ansible to community tools (#39836) ARA is an Ansible callback that records playbook run data in a local or remote database. This data is exposed through a CLI client as well as a reporting web application. --- docs/docsite/rst/community/other_tools_and_programs.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docsite/rst/community/other_tools_and_programs.rst b/docs/docsite/rst/community/other_tools_and_programs.rst index b6408bd9c8..d64f4aba7a 100644 --- a/docs/docsite/rst/community/other_tools_and_programs.rst +++ b/docs/docsite/rst/community/other_tools_and_programs.rst @@ -20,3 +20,5 @@ of some of the most popular of these tools. - `Ansible Inventory Grapher `_ can be used to visually display inventory inheritance hierarchies and at what level a variable is defined in inventory. - `Molecule `_ A testing framework for Ansible plays and roles. + +- `ARA Records Ansible `_ ARA Records Ansible playbook runs and makes the recorded data available and intuitive for users and systems. \ No newline at end of file