Metadata-Version: 1.1
Name: molecule
Version: 2.7
Summary: Molecule aids in the development and testing of Ansible roles.
Home-page: https://github.com/metacloud/molecule
Author: UNKNOWN
Author-email: UNKNOWN
License: MIT
Description: ********
        Molecule
        ********
        
        .. image:: https://badge.fury.io/py/molecule.svg
           :target: https://badge.fury.io/py/molecule
           :alt: PyPI Package
        
        .. image:: https://readthedocs.org/projects/molecule/badge/?version=latest
           :target: https://molecule.readthedocs.io/en/latest/
           :alt: Documentation Status
        
        .. image:: https://img.shields.io/badge/license-MIT-brightgreen.svg
           :target: LICENSE
           :alt: Repository License
        
        Molecule is designed to aid in the development and testing of `Ansible`_ roles.
        Molecule provides support for testing with multiple instances, operating
        systems and distributions, virtualization providers, test frameworks and
        testing scenarios.  Molecule is opinionated in order to encourage an approach
        that results in consistently developed roles that are well-written, easily
        understood and maintained.
        
        Molecule uses `Ansible`_ `playbooks`_ to exercise the `role`_ and its
        associated tests.  Molecule supports any provider [#]_ that `Ansible`_
        supports.
        
        .. [#]
        
           Providers can be bare-metal, virtual, cloud or containers.  If Ansible can
           use it, Molecule can test it.  Molecule simply leverages Ansible's module
           system to manage instances.
        
        .. _`playbooks`: https://docs.ansible.com/ansible/playbooks.html
        .. _`role`: http://docs.ansible.com/ansible/playbooks_roles.html
        
        .. image:: https://user-images.githubusercontent.com/9895/30235316-650d17fa-94bc-11e7-8205-ec787b80cfc3.gif
           :alt: Quick Start
        
        Documentation
        =============
        
        https://molecule.readthedocs.io/
        
        Contact
        =======
        
        IRC
        ---
        
        Join us in the #molecule-users channel on `freenode`_.
        
        .. _`freenode`: https://freenode.net
        
        Forums
        ------
        
        * `molecule-users`_
        * `molecule-dev`_
        
        .. _`molecule-users`: https://groups.google.com/forum/#!forum/molecule-users
        .. _`molecule-dev`: https://groups.google.com/forum/#!forum/molecule-dev
        
        Ansible Support
        ===============
        
        Molecule requires Ansible version 2.2 or later.
        
        .. _`Ansible`: https://docs.ansible.com
        
        License
        =======
        
        `MIT`_
        
        .. _`MIT`: https://github.com/metacloud/molecule/blob/master/LICENSE
        
        The logo is licensed under the `Creative Commons NoDerivatives 4.0 License`_.
        If you have some other use in mind, contact us.
        
        .. _`Creative Commons NoDerivatives 4.0 License`: https://creativecommons.org/licenses/by-nd/4.0/
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
