RETIRED, this project has moved to https://github.com/ansible-community/ara
Go to file
David Moreau-Simard 3654a3b22a Add missing copyright statements, bump to 2017
Change-Id: Ic4f4ae31195ad4795000d32f0e1774c9eb166596
2017-02-12 15:51:30 -05:00
ara Add missing copyright statements, bump to 2017 2017-02-12 15:51:30 -05:00
doc/source Add missing copyright statements, bump to 2017 2017-02-12 15:51:30 -05:00
.coveragerc Output the coverage report to cover/ 2016-06-14 14:32:16 -04:00
.gitignore Allow run_tests to run integration tests against any ansible version 2016-10-20 18:44:36 -04:00
.gitreview add .gitreview file for review.openstack.org 2016-06-09 05:13:42 +00:00
bindep.txt Move other-requirements.txt to bindep.txt 2016-09-13 14:15:13 +00:00
LICENSE First commit 2016-05-08 22:45:47 -04:00
README.rst Add missing copyright statements, bump to 2017 2017-02-12 15:51:30 -05:00
requirements.txt Re-order requirements in order to satisfy Ansible 2.2.1.0 release 2017-01-16 12:24:19 -05:00
run_tests.sh Add missing copyright statements, bump to 2017 2017-02-12 15:51:30 -05:00
setup.cfg Move "ara generate" to "ara generate html" 2017-02-09 20:56:39 -05:00
setup.py Add missing copyright statements, bump to 2017 2017-02-12 15:51:30 -05:00
test-requirements.txt Run ansible-lint and syntax-check on the integration tests 2017-02-11 12:44:44 -05:00
tox.ini Add a py35 tox environment 2017-02-12 09:26:02 -05:00

ARA: Ansible Run Analysis

image

tl;dr

ARA records Ansible Playbook runs seamlessly to make them easier to visualize, understand and troubleshoot. It integrates with Ansible wherever you run it.

ARA provides four things:

  1. An Ansible callback plugin to record playbook runs into a local or remote database
  2. The ara_record and ara_read pair of Ansible modules to record and read persistent data with ARA
  3. A CLI client to query the database
  4. A dynamic, database-driven web interface that can also be generated and served from static files

Discussing ARA

We hang out in #ara on freenode IRC. Come chat with developers and users !

Documentation

Frequently asked questions and documentation on how to install, configure, use or contribute to ARA is available on readthedocs.io.

Contributors

See contributors on GitHub.

Copyright

Copyright 2017 Red Hat, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.