Go to file
David Moreau-Simard 8f2f6b7b22 Infer and display the end status of a playbook run
This adds support for displaying in the UI an aggregate inferred
status of a playbook.
We want a way to display if a playbook was completed (or not) and if
the run was successful (or not).

- The home and all playbooks pages now display an icon to show the
  status of a playbook run. The icon has alt text to explain itself.
- Unit and integration coverage have been improved

Change-Id: I8964eb90b2cb2d2e38876f78c56229e0e3e9040e
2017-01-14 10:59:31 -05:00
2016-05-08 22:45:47 -04:00
2016-12-01 10:20:34 -05:00
2016-11-16 22:20:50 +00:00
2016-05-08 22:45:47 -04:00

ARA: Ansible Run Analysis

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 2016 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.

Description
RETIRED, this project has moved to https://github.com/ansible-community/ara
Readme 21 MiB
Languages
YAML 100%