Metadata-Version: 1.1
Name: LintPlaybook
Version: 0.1.dev1
Summary: Lint ansible-playbooks for logical pitfalls
Home-page: https://github.com/host-anshu/lint-playbook
Author: Anshu Choubey
Author-email: anshu.choubey@imaginea.com
License: MIT
Description: Lint Playbook
        =============
        
        A simple tool to check
        `ansible-playbooks <http://docs.ansible.com/ansible/playbooks.html>`__
        for logical consistencies. It uses `Simple
        Interceptor <https://github.com/host-anshu/simpleInterceptor>`__ to
        achieve this.
        
        Setup
        -----
        
        Using pip:
        
        ::
        
            pip install LintPlaybook==0.1.dev1
        
        From Source:
        
        ::
        
            git clone https://github.com/host-anshu/lint-playbook
            cd lint-playbook
            python setup.py install
        
        Usage
        -----
        
        ::
        
            lint-pbook <ansible-playbook options> ex_playbook.yml
        
        Example
        -------
        
        .. figure:: sample_data/output.jpg?raw=true
           :alt: Linter Output
        
           Linter Output
        Roadmap
        -------
        
        Implement all of the rules
        `here <https://github.com/host-anshu/ansible-lint-rules/tree/master/rules>`__.
        
Keywords: ansible ansible-playbook dry-run lint ansible-lint interceptor
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
