Metadata-Version: 1.1
Name: ara
Version: 0.9.3
Summary: ARA - Ansible run analysis
Home-page: https://github.com/openstack/ara
Author: RDO Community
Author-email: rdo-list@redhat.com
License: UNKNOWN
Description: ARA: Ansible Run Analysis
        =========================
        tl;dr
        -----
        ARA_ records Ansible_ Playbook runs seemlessly to make them easier to
        visualize, understand and troubleshoot. It integrates with Ansible wherever you
        run it.
        
        ARA is three things:
        
        1. An `Ansible callback plugin`_ to record playbook runs into a local or remote
           database
        2. A `CLI client`_
        3. A `dynamic, database-driven web interface`_ that can also be `generated and served from static files`_
        
        .. _ARA: https://github.com/openstack/ara
        .. _Ansible: https://www.ansible.com/
        .. _Ansible callback plugin: https://ara.readthedocs.io/en/latest/configuration.html#ansible
        .. _CLI client: https://ara.readthedocs.io/en/latest/usage.html#querying-the-database-with-the-cli
        .. _dynamic, database-driven web interface: https://ara.readthedocs.io/en/latest/faq.html#what-does-the-web-interface-look-like
        .. _generated and served from static files: https://ara.readthedocs.io/en/latest/usage.html#generating-a-static-version-of-the-web-application
        
        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`_.
        
        .. _Frequently asked questions: https://ara.readthedocs.io/en/latest/faq.html
        .. _install: https://ara.readthedocs.io/en/latest/installation.html
        .. _configure: https://ara.readthedocs.io/en/latest/configuration.html
        .. _use: https://ara.readthedocs.io/en/latest/usage.html
        .. _contribute: https://ara.readthedocs.io/en/latest/contributing.html
        
        .. _readthedocs.io: https://ara.readthedocs.io/en/latest/
        
        Contributors
        ============
        See contributors on GitHub_.
        
        .. _GitHub: https://github.com/openstack/ara/graphs/contributors
        
        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: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 4 - Beta
