Metadata-Version: 1.1
Name: ara
Version: 0.4.0
Summary: ARA - Ansible run analysis
Home-page: https://github.com/dmsimard/ara
Author: David Moreau Simard
Author-email: dms@redhat.com
License: UNKNOWN
Description: ARA: Ansible Run Analysis
        =========================
        tl;dr
        -----
        ARA_ is an attempt to make Ansible_ runs easier to visualize, understand and
        troubleshoot.
        
        ARA is two things:
        
        1. An Ansible callback plugin to record playbook runs into an sqlite database
        2. A Flask_ web interface to visualize that sqlite database
        
        .. _ARA: https://github.com/dmsimard/ara
        .. _Ansible: https://www.ansible.com/
        .. _Flask: http://flask.pocoo.org/
        
        What does it look like ?
        ------------------------
        A video is available on YouTube_ and the following is a screenshot of the
        web interface:
        
        .. image:: docs/images/preview.png
        
        .. _YouTube: https://www.youtube.com/watch?v=K3jTqgm2YuY
        
        Documentation
        -------------
        Documentation is available on `readthedocs.io`_.
        
        .. _readthedocs.io: http://ara.readthedocs.io/en/latest/
        
        Installing and Using ARA
        ------------------------
        Please refer to the documentation to install_, configure_ and use_ ARA.
        
        .. _install: http://ara.readthedocs.io/en/latest/install.html
        .. _configure: http://ara.readthedocs.io/en/latest/configure.html
        .. _use: http://ara.readthedocs.io/en/latest/use.html
        
        Author
        ======
        David Moreau Simard
        
        Contributors and special thanks
        ===============================
        See contributors on GitHub_.
        
        Special thanks to `Lars Kellogg-Stedman`_ for the early feedback on the
        early feedback on the project, ideas and code contributions.
        
        .. _GitHub: https://github.com/dmsimard/ara/graphs/contributors
        .. _Lars Kellogg-Stedman: http://blog.oddbit.com/
        
        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.
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
