Skip to content

tkuennen/ara

 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • Python 78.3%
  • HTML 16.7%
  • CSS 2.1%
  • Shell 1.7%
  • Other 1.2%